#064187

Color #064187 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #064187

Tints of Dark Cerulean #064187

Color information

#064187 (or 0x064187) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 87. RGB value is (6,65,135). Sum of RGB (Red+Green+Blue) = 6+65+135=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #064187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064187 is #F9BE78. Grayscale: #373737. Windows color (decimal): -16367225 or 8864006. OLE color: 8864006.

HSL color Cylindrical-coordinate representation of color #064187: hue angle of 212.56º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064187 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB665135-
CMYK0.960.5200.47
HSL212.56º91.49%27.65%-
HSV(B)212.56º95.56%52.94%-
XYZ6.345.5723.66-
YUV55.34172.9592.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=2.91%
G=31.55%
B=65.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6651350.960.5200.47212.5691.4927.65
Hex64187603402Fd55b1c
Octal61012071406405732513334
Binary1101000001100001111100000110100010111111010101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064187; }

 p { color: rgb(6,65,135); }

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

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

 a { background-color: rgb(6,65,135); }

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

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

 span { border-color: rgb(6,65,135); }

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