Html Css Color HEX #064971 Dark Cerulean

📋 copy color: '#064971'

red 6 ◦ green 73 ◦ blue 113

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

Shades of Dark Cerulean #064971

Tints of Dark Cerulean #064971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

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

R = 3.13%
G = 38.02%
B = 58.85%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064971 (or 0x064971) is known color: Dark Cerulean. HEX triplet: 06, 49 and 71. RGB value is (6,73,113). Sum of RGB (Red+Green+Blue) = 6+73+113=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #064971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064971 is #F9B68E. Grayscale: #393939. Windows color (decimal): -16365199 or 7424262. OLE color: 7424262.

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

Color convert

RGB 6 73 113 -
CMYK 0.95 0.35 0 0.56
HSL 202.43º 0.9% 0.23% -
HSV(B) 202.43º 0.95% 0.44% -
XYZ 5.44 6 16.49 -
YUV 57.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 6 73 113 0.95 0.35 0 0.56 202.43 0.9 0.23
Hex 6 49 71 5F 23 0 38 CA 5A 17
Octal 6 111 161 137 43 0 70 312 132 27
Binary 110 1001001 1110001 1011111 100011 0 111000 11001010 1011010 10111

Color Harmonies of #064971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064971

Black with #064971

Text Example


Text Example

White with #064971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064971; }

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

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

background-color css

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

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

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

border-color css

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

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

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