Html Css Color HEX #064573 Dark Cerulean

📋 copy color: '#064573'

red 6 ◦ green 69 ◦ blue 115

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

Shades of Dark Cerulean #064573

Tints of Dark Cerulean #064573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 3.16%
G = 36.32%
B = 60.53%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064573 (or 0x064573) is known color: Dark Cerulean. HEX triplet: 06, 45 and 73. RGB value is (6,69,115). Sum of RGB (Red+Green+Blue) = 6+69+115=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #064573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064573 is #F9BA8C. Grayscale: #373737. Windows color (decimal): -16366221 or 7554310. OLE color: 7554310.

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

Color convert

RGB 6 69 115 -
CMYK 0.95 0.4 0 0.55
HSL 205.32º 0.9% 0.24% -
HSV(B) 205.32º 0.95% 0.45% -
XYZ 5.3 5.53 17.01 -
YUV 55.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 6 69 115 0.95 0.4 0 0.55 205.32 0.9 0.24
Hex 6 45 73 5F 28 0 37 CD 5A 18
Octal 6 105 163 137 50 0 67 315 132 30
Binary 110 1000101 1110011 1011111 101000 0 110111 11001101 1011010 11000

Color Harmonies of #064573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064573

Black with #064573

Text Example


Text Example

White with #064573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064573; }

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

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

background-color css

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

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

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

border-color css

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

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

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