Html Css Color HEX #064670 Dark Cerulean

📋 copy color: '#064670'

red 6 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #064670

Tints of Dark Cerulean #064670

RGB

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

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

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

R = 3.19%
G = 37.23%
B = 59.57%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064670 (or 0x064670) is known color: Dark Cerulean. HEX triplet: 06, 46 and 70. RGB value is (6,70,112). Sum of RGB (Red+Green+Blue) = 6+70+112=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #064670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064670 is #F9B98F. Grayscale: #373737. Windows color (decimal): -16365968 or 7357958. OLE color: 7357958.

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

Color convert

RGB 6 70 112 -
CMYK 0.95 0.38 0 0.56
HSL 203.77º 0.9% 0.23% -
HSV(B) 203.77º 0.95% 0.44% -
XYZ 5.19 5.59 16.13 -
YUV 55.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 6 70 112 0.95 0.38 0 0.56 203.77 0.9 0.23
Hex 6 46 70 5F 26 0 38 CC 5A 17
Octal 6 106 160 137 46 0 70 314 132 27
Binary 110 1000110 1110000 1011111 100110 0 111000 11001100 1011010 10111

Color Harmonies of #064670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064670

Black with #064670

Text Example


Text Example

White with #064670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064670; }

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

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

background-color css

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

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

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

border-color css

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

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

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