#064174

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

Shades of Dark Cerulean #064174

Tints of Dark Cerulean #064174

Color information

#064174 (or 0x064174) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 74. RGB value is (6,65,116). Sum of RGB (Red+Green+Blue) = 6+65+116=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #064174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064174 is #F9BE8B. Grayscale: #343434. Windows color (decimal): -16367244 or 7618822. OLE color: 7618822.

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

Color convert

RGB665116-
CMYK0.950.4400.55
HSL207.82º90.16%23.92%-
HSV(B)207.82º94.83%45.49%-
XYZ5.125.0817.23-
YUV53.17163.4594.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 62.03%
R=3.21%
G=34.76%
B=62.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6651160.950.4400.55207.8290.1623.92
Hex641745F2C037d05a18
Octal61011641375406732013230
Binary110100000111101001011111101100011011111010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064174; }

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

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

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

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

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

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

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

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