Html Css Color HEX #064770 Dark Cerulean

📋 copy color: '#064770'

red 6 ◦ green 71 ◦ blue 112

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

Shades of Dark Cerulean #064770

Tints of Dark Cerulean #064770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 3.17%
G = 37.57%
B = 59.26%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064770 (or 0x064770) is known color: Dark Cerulean. HEX triplet: 06, 47 and 70. RGB value is (6,71,112). Sum of RGB (Red+Green+Blue) = 6+71+112=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #064770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064770 is #F9B88F. Grayscale: #383838. Windows color (decimal): -16365712 or 7358214. OLE color: 7358214.

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

Color convert

RGB 6 71 112 -
CMYK 0.95 0.37 0 0.56
HSL 203.21º 0.9% 0.23% -
HSV(B) 203.21º 0.95% 0.44% -
XYZ 5.25 5.72 16.16 -
YUV 56.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 6 71 112 0.95 0.37 0 0.56 203.21 0.9 0.23
Hex 6 47 70 5F 25 0 38 CB 5A 17
Octal 6 107 160 137 45 0 70 313 132 27
Binary 110 1000111 1110000 1011111 100101 0 111000 11001011 1011010 10111

Color Harmonies of #064770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064770

Black with #064770

Text Example


Text Example

White with #064770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064770; }

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

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

background-color css

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

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

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

border-color css

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

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

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