Html Css Color HEX #064371 Dark Cerulean

📋 copy color: '#064371'

red 6 ◦ green 67 ◦ blue 113

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

Shades of Dark Cerulean #064371

Tints of Dark Cerulean #064371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 3.23%
G = 36.02%
B = 60.75%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064371 (or 0x064371) is known color: Dark Cerulean. HEX triplet: 06, 43 and 71. RGB value is (6,67,113). Sum of RGB (Red+Green+Blue) = 6+67+113=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #064371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064371 is #F9BC8E. Grayscale: #353535. Windows color (decimal): -16366735 or 7422726. OLE color: 7422726.

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

Color convert

RGB 6 67 113 -
CMYK 0.95 0.41 0 0.56
HSL 205.79º 0.9% 0.23% -
HSV(B) 205.79º 0.95% 0.44% -
XYZ 5.06 5.25 16.37 -
YUV 54.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 6 67 113 0.95 0.41 0 0.56 205.79 0.9 0.23
Hex 6 43 71 5F 29 0 38 CE 5A 17
Octal 6 103 161 137 51 0 70 316 132 27
Binary 110 1000011 1110001 1011111 101001 0 111000 11001110 1011010 10111

Color Harmonies of #064371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064371

Black with #064371

Text Example


Text Example

White with #064371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064371; }

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

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

background-color css

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

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

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

border-color css

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

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

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