Html Css Color HEX #064471 Dark Cerulean

📋 copy color: '#064471'

red 6 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #064471

Tints of Dark Cerulean #064471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 3.21%
G = 36.36%
B = 60.43%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064471 (or 0x064471) is known color: Dark Cerulean. HEX triplet: 06, 44 and 71. RGB value is (6,68,113). Sum of RGB (Red+Green+Blue) = 6+68+113=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #064471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064471 is #F9BB8E. Grayscale: #363636. Windows color (decimal): -16366479 or 7422982. OLE color: 7422982.

HSL color Cylindrical-coordinate representation of color #064471: hue angle of 205.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064471 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 68 113 -
CMYK 0.95 0.40 0 0.56
HSL 205.23º 0.9% 0.23% -
HSV(B) 205.23º 0.95% 0.44% -
XYZ 5.12 5.37 16.39 -
YUV 54.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 6 68 113 0.95 0.40 0 0.56 205.23 0.9 0.23
Hex 6 44 71 5F 28 0 38 CD 5A 17
Octal 6 104 161 137 50 0 70 315 132 27
Binary 110 1000100 1110001 1011111 101000 0 111000 11001101 1011010 10111

Color Harmonies of #064471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064471

Black with #064471

Text Example


Text Example

White with #064471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064471; }

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

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

background-color css

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

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

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

border-color css

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

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

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