Html Css Color HEX #064070 Dark Cerulean

📋 copy color: '#064070'

red 6 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #064070

Tints of Dark Cerulean #064070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.54%

R = 3.3%
G = 35.16%
B = 61.54%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064070 (or 0x064070) is known color: Dark Cerulean. HEX triplet: 06, 40 and 70. RGB value is (6,64,112). Sum of RGB (Red+Green+Blue) = 6+64+112=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #064070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064070 is #F9BF8F. Grayscale: #333333. Windows color (decimal): -16367504 or 7356422. OLE color: 7356422.

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

Color convert

RGB 6 64 112 -
CMYK 0.95 0.43 0 0.56
HSL 207.17º 0.9% 0.23% -
HSV(B) 207.17º 0.95% 0.44% -
XYZ 4.83 4.88 16.02 -
YUV 52.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 6 64 112 0.95 0.43 0 0.56 207.17 0.9 0.23
Hex 6 40 70 5F 2B 0 38 CF 5A 17
Octal 6 100 160 137 53 0 70 317 132 27
Binary 110 1000000 1110000 1011111 101011 0 111000 11001111 1011010 10111

Color Harmonies of #064070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064070

Black with #064070

Text Example


Text Example

White with #064070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064070; }

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

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

background-color css

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

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

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

border-color css

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

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

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