Html Css Color HEX #064073 Dark Cerulean

📋 copy color: '#064073'

red 6 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #064073

Tints of Dark Cerulean #064073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 3.24%
G = 34.59%
B = 62.16%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064073 (or 0x064073) is known color: Dark Cerulean. HEX triplet: 06, 40 and 73. RGB value is (6,64,115). Sum of RGB (Red+Green+Blue) = 6+64+115=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #064073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064073 is #F9BF8C. Grayscale: #343434. Windows color (decimal): -16367501 or 7553030. OLE color: 7553030.

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

Color convert

RGB 6 64 115 -
CMYK 0.95 0.44 0 0.55
HSL 208.07º 0.9% 0.24% -
HSV(B) 208.07º 0.95% 0.45% -
XYZ 5 4.94 16.91 -
YUV 52.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 6 64 115 0.95 0.44 0 0.55 208.07 0.9 0.24
Hex 6 40 73 5F 2C 0 37 D0 5A 18
Octal 6 100 163 137 54 0 67 320 132 30
Binary 110 1000000 1110011 1011111 101100 0 110111 11010000 1011010 11000

Color Harmonies of #064073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064073

Black with #064073

Text Example


Text Example

White with #064073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064073; }

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

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

background-color css

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

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

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

border-color css

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

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

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