#064173

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

Shades of Dark Cerulean #064173

Tints of Dark Cerulean #064173

Color information

#064173 (or 0x064173) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 73. RGB value is (6,65,115). Sum of RGB (Red+Green+Blue) = 6+65+115=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #064173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064173 is #F9BE8C. Grayscale: #343434. Windows color (decimal): -16367245 or 7553286. OLE color: 7553286.

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

Color convert

RGB665115-
CMYK0.950.4300.55
HSL207.52º90.08%23.73%-
HSV(B)207.52º94.78%45.1%-
XYZ5.065.0616.93-
YUV53.06162.9594.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 115 (45.31% from 255) = 61.83%
R=3.23%
G=34.95%
B=61.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6651150.950.4300.55207.5290.0823.73
Hex641735F2B037d05a18
Octal61011631375306732013230
Binary110100000111100111011111101011011011111010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064173; }

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

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

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

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

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

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

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

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