#064A73

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

Shades of Dark Cerulean #064A73

Tints of Dark Cerulean #064A73

Color information

#064A73 (or 0x064A73) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 73. RGB value is (6,74,115). Sum of RGB (Red+Green+Blue) = 6+74+115=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #064A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A73 is #F9B58C. Grayscale: #3A3A3A. Windows color (decimal): -16364941 or 7555590. OLE color: 7555590.

HSL color Cylindrical-coordinate representation of color #064A73: hue angle of 202.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A73 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB674115-
CMYK0.950.3600.55
HSL202.57º90.08%23.73%-
HSV(B)202.57º94.78%45.1%-
XYZ5.626.1717.12-
YUV58.34159.9790.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=3.08%
G=37.95%
B=58.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6741150.950.3600.55202.5790.0823.73
Hex64A735F24037cb5a18
Octal61121631374406731313230
Binary110100101011100111011111100100011011111001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064A73; }

 p { color: rgb(6,74,115); }

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

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

 a { background-color: rgb(6,74,115); }

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

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

 span { border-color: rgb(6,74,115); }

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