#1A64CC

Color #1A64CC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1A64CC

Tints of Denim #1A64CC

Color information

#1A64CC (or 0x1A64CC) is unknown color: approx Denim. HEX triplet: 1A, 64 and CC. RGB value is (26,100,204). Sum of RGB (Red+Green+Blue) = 26+100+204=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A64CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A64CC is #E59B33. Grayscale: #595959. Windows color (decimal): -15047476 or 13394970. OLE color: 13394970.

HSL color Cylindrical-coordinate representation of color #1A64CC: hue angle of 215.06º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A64CC is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB26100204-
CMYK0.870.5100.2
HSL215.06º77.39%45.1%-
HSV(B)215.06º87.25%80%-
XYZ15.8813.6958.93-
YUV89.73192.4882.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=7.88%
G=30.30%
B=61.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal261002040.870.5100.2215.0677.3945.1
Hex1A64CC5733014d74d2d
Octal321443141276302432711555
Binary110101100100110011001010111110011010100110101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A64CC; }

 p { color: rgb(26,100,204); }

 H1.HeaderClassName
 {
   color: #1A64CC;
 }
 .AnyTagClassName
 {
   color: #1A64CC;
 }
</style>
background-color css

<style>
 a { background-color: #1A64CC; }

 a { background-color: rgb(26,100,204); }

 div.DivClassName
 {
   background-color: #1A64CC;
 }
 .BgClassName
 {
   background-color: #1A64CC;
 }
</style>
border-color css

<style>
 span { border-color: #1A64CC; }

 span { border-color: rgb(26,100,204); }

 td.TdClassName
 {
   border-color: #1A64CC;
 }
 .TagClassName
 {
   border-color: #1A64CC;
 }
</style>