Html Css Color HEX #064673 Dark Cerulean

📋 copy color: '#064673'

red 6 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #064673

Tints of Dark Cerulean #064673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 3.14%
G = 36.65%
B = 60.21%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064673 (or 0x064673) is known color: Dark Cerulean. HEX triplet: 06, 46 and 73. RGB value is (6,70,115). Sum of RGB (Red+Green+Blue) = 6+70+115=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #064673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064673 is #F9B98C. Grayscale: #373737. Windows color (decimal): -16365965 or 7554566. OLE color: 7554566.

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

Color convert

RGB 6 70 115 -
CMYK 0.95 0.39 0 0.55
HSL 204.77º 0.9% 0.24% -
HSV(B) 204.77º 0.95% 0.45% -
XYZ 5.36 5.66 17.03 -
YUV 55.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 6 70 115 0.95 0.39 0 0.55 204.77 0.9 0.24
Hex 6 46 73 5F 27 0 37 CD 5A 18
Octal 6 106 163 137 47 0 67 315 132 30
Binary 110 1000110 1110011 1011111 100111 0 110111 11001101 1011010 11000

Color Harmonies of #064673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064673

Black with #064673

Text Example


Text Example

White with #064673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064673; }

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

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

background-color css

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

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

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

border-color css

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

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

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