Html Css Color HEX #064C70 Dark Cerulean

📋 copy color: '#064C70'

red 6 ◦ green 76 ◦ blue 112

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

Shades of Dark Cerulean #064C70

Tints of Dark Cerulean #064C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

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

R = 3.09%
G = 39.18%
B = 57.73%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064C70 (or 0x064C70) is known color: Dark Cerulean. HEX triplet: 06, 4C and 70. RGB value is (6,76,112). Sum of RGB (Red+Green+Blue) = 6+76+112=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #064C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C70 is #F9B38F. Grayscale: #3A3A3A. Windows color (decimal): -16364432 or 7359494. OLE color: 7359494.

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

Color convert

RGB 6 76 112 -
CMYK 0.95 0.32 0 0.56
HSL 200.38º 0.9% 0.23% -
HSV(B) 200.38º 0.95% 0.44% -
XYZ 5.58 6.38 16.27 -
YUV 59.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 6 76 112 0.95 0.32 0 0.56 200.38 0.9 0.23
Hex 6 4C 70 5F 20 0 38 C8 5A 17
Octal 6 114 160 137 40 0 70 310 132 27
Binary 110 1001100 1110000 1011111 100000 0 111000 11001000 1011010 10111

Color Harmonies of #064C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C70

Black with #064C70

Text Example


Text Example

White with #064C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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