#064474

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

Shades of Dark Cerulean #064474

Tints of Dark Cerulean #064474

Color information

#064474 (or 0x064474) is unknown color: approx Dark Cerulean. HEX triplet: 06, 44 and 74. RGB value is (6,68,116). Sum of RGB (Red+Green+Blue) = 6+68+116=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #064474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064474 is #F9BB8B. Grayscale: #363636. Windows color (decimal): -16366476 or 7619590. OLE color: 7619590.

HSL color Cylindrical-coordinate representation of color #064474: hue angle of 206.18º 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 #064474 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB668116-
CMYK0.950.4100.55
HSL206.18º90.16%23.92%-
HSV(B)206.18º94.83%45.49%-
XYZ5.295.4317.29-
YUV54.93162.4693.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=3.16%
G=35.79%
B=61.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6681160.950.4100.55206.1890.1623.92
Hex644745F29037ce5a18
Octal61041641375106731613230
Binary110100010011101001011111101001011011111001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064474; }

 p { color: rgb(6,68,116); }

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

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

 a { background-color: rgb(6,68,116); }

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

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

 span { border-color: rgb(6,68,116); }

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