Html Css Color HEX #064075 Dark Cerulean

📋 copy color: '#064075'

red 6 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #064075

Tints of Dark Cerulean #064075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 3.21%
G = 34.22%
B = 62.57%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064075 (or 0x064075) is known color: Dark Cerulean. HEX triplet: 06, 40 and 75. RGB value is (6,64,117). Sum of RGB (Red+Green+Blue) = 6+64+117=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #064075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064075 is #F9BF8A. Grayscale: #343434. Windows color (decimal): -16367499 or 7684102. OLE color: 7684102.

HSL color Cylindrical-coordinate representation of color #064075: hue angle of 208.65º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064075 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 64 117 -
CMYK 0.95 0.45 0 0.54
HSL 208.65º 0.9% 0.24% -
HSV(B) 208.65º 0.95% 0.46% -
XYZ 5.12 4.99 17.52 -
YUV 52.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 6 64 117 0.95 0.45 0 0.54 208.65 0.9 0.24
Hex 6 40 75 5F 2D 0 36 D1 5A 18
Octal 6 100 165 137 55 0 66 321 132 30
Binary 110 1000000 1110101 1011111 101101 0 110110 11010001 1011010 11000

Color Harmonies of #064075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064075

Black with #064075

Text Example


Text Example

White with #064075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064075; }

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

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

background-color css

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

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

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

border-color css

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

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

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