Html Css Color HEX #064175 Dark Cerulean

📋 copy color: '#064175'

red 6 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #064175

Tints of Dark Cerulean #064175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 3.19%
G = 34.57%
B = 62.23%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064175 (or 0x064175) is known color: Dark Cerulean. HEX triplet: 06, 41 and 75. RGB value is (6,65,117). Sum of RGB (Red+Green+Blue) = 6+65+117=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #064175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064175 is #F9BE8A. Grayscale: #353535. Windows color (decimal): -16367243 or 7684358. OLE color: 7684358.

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

Color convert

RGB 6 65 117 -
CMYK 0.95 0.44 0 0.54
HSL 208.11º 0.9% 0.24% -
HSV(B) 208.11º 0.95% 0.46% -
XYZ 5.18 5.1 17.54 -
YUV 53.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 6 65 117 0.95 0.44 0 0.54 208.11 0.9 0.24
Hex 6 41 75 5F 2C 0 36 D0 5A 18
Octal 6 101 165 137 54 0 66 320 132 30
Binary 110 1000001 1110101 1011111 101100 0 110110 11010000 1011010 11000

Color Harmonies of #064175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064175

Black with #064175

Text Example


Text Example

White with #064175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064175; }

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

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

background-color css

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

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

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

border-color css

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

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

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