Html Css Color HEX #064575 Dark Cerulean

📋 copy color: '#064575'

red 6 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #064575

Tints of Dark Cerulean #064575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 3.13%
G = 35.94%
B = 60.94%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064575 (or 0x064575) is known color: Dark Cerulean. HEX triplet: 06, 45 and 75. RGB value is (6,69,117). Sum of RGB (Red+Green+Blue) = 6+69+117=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #064575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064575 is #F9BA8A. Grayscale: #373737. Windows color (decimal): -16366219 or 7685382. OLE color: 7685382.

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

Color convert

RGB 6 69 117 -
CMYK 0.95 0.41 0 0.54
HSL 205.95º 0.9% 0.24% -
HSV(B) 205.95º 0.95% 0.46% -
XYZ 5.41 5.58 17.62 -
YUV 55.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 6 69 117 0.95 0.41 0 0.54 205.95 0.9 0.24
Hex 6 45 75 5F 29 0 36 CE 5A 18
Octal 6 105 165 137 51 0 66 316 132 30
Binary 110 1000101 1110101 1011111 101001 0 110110 11001110 1011010 11000

Color Harmonies of #064575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064575

Black with #064575

Text Example


Text Example

White with #064575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064575; }

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

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

background-color css

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

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

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

border-color css

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

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

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