#064579

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

Shades of Dark Cerulean #064579

Tints of Dark Cerulean #064579

Color information

#064579 (or 0x064579) is unknown color: approx Dark Cerulean. HEX triplet: 06, 45 and 79. RGB value is (6,69,121). Sum of RGB (Red+Green+Blue) = 6+69+121=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #064579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064579 is #F9BA86. Grayscale: #373737. Windows color (decimal): -16366215 or 7947526. OLE color: 7947526.

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

Color convert

RGB669121-
CMYK0.950.4300.53
HSL207.13º90.55%24.9%-
HSV(B)207.13º95.04%47.45%-
XYZ5.655.6818.89-
YUV56.09164.6392.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 121 (47.66% from 255) = 61.73%
R=3.06%
G=35.20%
B=61.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6691210.950.4300.53207.1390.5524.9
Hex645795F2B035cf5b19
Octal61051711375306531713331
Binary110100010111110011011111101011011010111001111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064579; }

 p { color: rgb(6,69,121); }

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

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

 a { background-color: rgb(6,69,121); }

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

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

 span { border-color: rgb(6,69,121); }

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