Html Css Color HEX #064373 Dark Cerulean

📋 copy color: '#064373'

red 6 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #064373

Tints of Dark Cerulean #064373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 3.19%
G = 35.64%
B = 61.17%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064373 (or 0x064373) is known color: Dark Cerulean. HEX triplet: 06, 43 and 73. RGB value is (6,67,115). Sum of RGB (Red+Green+Blue) = 6+67+115=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #064373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064373 is #F9BC8C. Grayscale: #353535. Windows color (decimal): -16366733 or 7553798. OLE color: 7553798.

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

Color convert

RGB 6 67 115 -
CMYK 0.95 0.42 0 0.55
HSL 206.42º 0.9% 0.24% -
HSV(B) 206.42º 0.95% 0.45% -
XYZ 5.18 5.29 16.97 -
YUV 54.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 6 67 115 0.95 0.42 0 0.55 206.42 0.9 0.24
Hex 6 43 73 5F 2A 0 37 CE 5A 18
Octal 6 103 163 137 52 0 67 316 132 30
Binary 110 1000011 1110011 1011111 101010 0 110111 11001110 1011010 11000

Color Harmonies of #064373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064373

Black with #064373

Text Example


Text Example

White with #064373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064373; }

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

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

background-color css

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

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

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

border-color css

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

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

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