Html Css Color HEX #064476 Dark Cerulean

📋 copy color: '#064476'

red 6 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #064476

Tints of Dark Cerulean #064476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 3.13%
G = 35.42%
B = 61.46%

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

#064476 (or 0x064476) is known color: Dark Cerulean. HEX triplet: 06, 44 and 76. RGB value is (6,68,118). Sum of RGB (Red+Green+Blue) = 6+68+118=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #064476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064476 is #F9BB89. Grayscale: #363636. Windows color (decimal): -16366474 or 7750662. OLE color: 7750662.

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

Color convert

RGB 6 68 118 -
CMYK 0.95 0.42 0 0.54
HSL 206.79º 0.9% 0.24% -
HSV(B) 206.79º 0.95% 0.46% -
XYZ 5.41 5.48 17.91 -
YUV 55.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 6 68 118 0.95 0.42 0 0.54 206.79 0.9 0.24
Hex 6 44 76 5F 2A 0 36 CF 5A 18
Octal 6 104 166 137 52 0 66 317 132 30
Binary 110 1000100 1110110 1011111 101010 0 110110 11001111 1011010 11000

Color Harmonies of #064476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064476

Black with #064476

Text Example


Text Example

White with #064476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064476; }

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

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

background-color css

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

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

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

border-color css

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

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

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