#064B72

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

Shades of Dark Cerulean #064B72

Tints of Dark Cerulean #064B72

Color information

#064B72 (or 0x064B72) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 72. RGB value is (6,75,114). Sum of RGB (Red+Green+Blue) = 6+75+114=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #064B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B72 is #F9B48D. Grayscale: #3A3A3A. Windows color (decimal): -16364686 or 7490310. OLE color: 7490310.

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

Color convert

RGB675114-
CMYK0.950.3400.55
HSL201.67º90%23.53%-
HSV(B)201.67º94.74%44.71%-
XYZ5.636.2916.84-
YUV58.82159.1490.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=3.08%
G=38.46%
B=58.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6751140.950.3400.55201.679023.53
Hex64B725F22037ca5a18
Octal61131621374206731213230
Binary110100101111100101011111100010011011111001010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B72; }

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

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

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

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

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

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

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

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