Html Css Color HEX #064B70 Dark Cerulean

📋 copy color: '#064B70'

red 6 ◦ green 75 ◦ blue 112

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

Shades of Dark Cerulean #064B70

Tints of Dark Cerulean #064B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 3.11%
G = 38.86%
B = 58.03%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#064B70 (or 0x064B70) is known color: Dark Cerulean. HEX triplet: 06, 4B and 70. RGB value is (6,75,112). Sum of RGB (Red+Green+Blue) = 6+75+112=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #064B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B70 is #F9B48F. Grayscale: #3A3A3A. Windows color (decimal): -16364688 or 7359238. OLE color: 7359238.

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

Color convert

RGB 6 75 112 -
CMYK 0.95 0.33 0 0.56
HSL 200.94º 0.9% 0.23% -
HSV(B) 200.94º 0.95% 0.44% -
XYZ 5.52 6.24 16.24 -
YUV 58.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 6 75 112 0.95 0.33 0 0.56 200.94 0.9 0.23
Hex 6 4B 70 5F 21 0 38 C9 5A 17
Octal 6 113 160 137 41 0 70 311 132 27
Binary 110 1001011 1110000 1011111 100001 0 111000 11001001 1011010 10111

Color Harmonies of #064B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B70

Black with #064B70

Text Example


Text Example

White with #064B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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