#064274

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

Shades of Dark Cerulean #064274

Tints of Dark Cerulean #064274

Color information

#064274 (or 0x064274) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 74. RGB value is (6,66,116). Sum of RGB (Red+Green+Blue) = 6+66+116=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #064274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064274 is #F9BD8B. Grayscale: #353535. Windows color (decimal): -16366988 or 7619078. OLE color: 7619078.

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

Color convert

RGB666116-
CMYK0.950.4300.55
HSL207.27º90.16%23.92%-
HSV(B)207.27º94.83%45.49%-
XYZ5.185.217.25-
YUV53.76163.1293.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 116 (45.70% from 255) = 61.70%
R=3.19%
G=35.11%
B=61.70%

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
Decimal6661160.950.4300.55207.2790.1623.92
Hex642745F2B037cf5a18
Octal61021641375306731713230
Binary110100001011101001011111101011011011111001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064274; }

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

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

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

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

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

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

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

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