Html Css Color HEX #085075 Dark Cerulean

📋 copy color: '#085075'

red 8 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #085075

Tints of Dark Cerulean #085075

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 3.9%
G = 39.02%
B = 57.07%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085075 (or 0x085075) is known color: Dark Cerulean. HEX triplet: 08, 50 and 75. RGB value is (8,80,117). Sum of RGB (Red+Green+Blue) = 8+80+117=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #085075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085075 is #F7AF8A. Grayscale: #3E3E3E. Windows color (decimal): -16232331 or 7688200. OLE color: 7688200.

HSL color Cylindrical-coordinate representation of color #085075: hue angle of 200.37º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085075 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 80 117 -
CMYK 0.93 0.32 0 0.54
HSL 200.37º 0.87% 0.25% -
HSV(B) 200.37º 0.93% 0.46% -
XYZ 6.18 7.07 17.87 -
YUV 62.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 8 80 117 0.93 0.32 0 0.54 200.37 0.87 0.25
Hex 8 50 75 5D 20 0 36 C8 57 19
Octal 10 120 165 135 40 0 66 310 127 31
Binary 1000 1010000 1110101 1011101 100000 0 110110 11001000 1010111 11001

Color Harmonies of #085075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085075

Black with #085075

Text Example


Text Example

White with #085075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085075; }

 p { color: rgb(8,80,117); }

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

background-color css

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

 a { background-color: rgb(8,80,117); }

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

border-color css

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

 span { border-color: rgb(8,80,117); }

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