Html Css Color HEX #064272 Dark Cerulean

📋 copy color: '#064272'

red 6 ◦ green 66 ◦ blue 114

#064272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #064272

Tints of Dark Cerulean #064272

RGB

 RED value IS 6 (2.73% from 255) = 3.23%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 114 (44.92% from 255) = 61.29%

R = 3.23%
G = 35.48%
B = 61.29%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064272 (or 0x064272) is known color: Dark Cerulean. HEX triplet: 06, 42 and 72. RGB value is (6,66,114). Sum of RGB (Red+Green+Blue) = 6+66+114=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #064272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064272 is #F9BD8D. Grayscale: #353535. Windows color (decimal): -16366990 or 7488006. OLE color: 7488006.

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

Color convert

RGB 6 66 114 -
CMYK 0.95 0.42 0 0.55
HSL 206.67º 0.9% 0.24% -
HSV(B) 206.67º 0.95% 0.45% -
XYZ 5.06 5.15 16.65 -
YUV 53.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 6 66 114 0.95 0.42 0 0.55 206.67 0.9 0.24
Hex 6 42 72 5F 2A 0 37 CF 5A 18
Octal 6 102 162 137 52 0 67 317 132 30
Binary 110 1000010 1110010 1011111 101010 0 110111 11001111 1011010 11000

Color Harmonies of #064272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064272

Black with #064272

Text Example


Text Example

White with #064272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064272; }

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

 H1.HeaderClassName
 {
   color: #064272;
 }
 .AnyTagClassName
 {
   color: #064272;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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