#064772

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

Shades of Dark Cerulean #064772

Tints of Dark Cerulean #064772

Color information

#064772 (or 0x064772) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 72. RGB value is (6,71,114). Sum of RGB (Red+Green+Blue) = 6+71+114=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #064772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064772 is #F9B88D. Grayscale: #383838. Windows color (decimal): -16365710 or 7489286. OLE color: 7489286.

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

Color convert

RGB671114-
CMYK0.950.3800.55
HSL203.89º90%23.53%-
HSV(B)203.89º94.74%44.71%-
XYZ5.375.7616.75-
YUV56.47160.4792-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=3.14%
G=37.17%
B=59.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6711140.950.3800.55203.899023.53
Hex647725F26037cc5a18
Octal61071621374606731413230
Binary110100011111100101011111100110011011111001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064772; }

 p { color: rgb(6,71,114); }

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

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

 a { background-color: rgb(6,71,114); }

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

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

 span { border-color: rgb(6,71,114); }

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