Html Css Color HEX #064576 Dark Cerulean

📋 copy color: '#064576'

red 6 ◦ green 69 ◦ blue 118

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

Shades of Dark Cerulean #064576

Tints of Dark Cerulean #064576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 3.11%
G = 35.75%
B = 61.14%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064576 (or 0x064576) is known color: Dark Cerulean. HEX triplet: 06, 45 and 76. RGB value is (6,69,118). Sum of RGB (Red+Green+Blue) = 6+69+118=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #064576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064576 is #F9BA89. Grayscale: #373737. Windows color (decimal): -16366218 or 7750918. OLE color: 7750918.

HSL color Cylindrical-coordinate representation of color #064576: hue angle of 206.25º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064576 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 69 118 -
CMYK 0.95 0.42 0 0.54
HSL 206.25º 0.9% 0.24% -
HSV(B) 206.25º 0.95% 0.46% -
XYZ 5.47 5.6 17.93 -
YUV 55.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 6 69 118 0.95 0.42 0 0.54 206.25 0.9 0.24
Hex 6 45 76 5F 2A 0 36 CE 5A 18
Octal 6 105 166 137 52 0 66 316 132 30
Binary 110 1000101 1110110 1011111 101010 0 110110 11001110 1011010 11000

Color Harmonies of #064576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064576

Black with #064576

Text Example


Text Example

White with #064576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064576; }

 p { color: rgb(6,69,118); }

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

background-color css

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

 a { background-color: rgb(6,69,118); }

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

border-color css

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

 span { border-color: rgb(6,69,118); }

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