Html Css Color HEX #085178 Dark Cerulean

📋 copy color: '#085178'

red 8 ◦ green 81 ◦ blue 120

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

Shades of Dark Cerulean #085178

Tints of Dark Cerulean #085178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 3.83%
G = 38.76%
B = 57.42%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085178 (or 0x085178) is known color: Dark Cerulean. HEX triplet: 08, 51 and 78. RGB value is (8,81,120). Sum of RGB (Red+Green+Blue) = 8+81+120=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #085178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085178 is #F7AE87. Grayscale: #3F3F3F. Windows color (decimal): -16232072 or 7885064. OLE color: 7885064.

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

Color convert

RGB 8 81 120 -
CMYK 0.93 0.32 0 0.53
HSL 200.89º 0.88% 0.25% -
HSV(B) 200.89º 0.93% 0.47% -
XYZ 6.43 7.29 18.84 -
YUV 63.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 8 81 120 0.93 0.32 0 0.53 200.89 0.88 0.25
Hex 8 51 78 5D 20 0 35 C9 58 19
Octal 10 121 170 135 40 0 65 311 130 31
Binary 1000 1010001 1111000 1011101 100000 0 110101 11001001 1011000 11001

Color Harmonies of #085178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085178

Black with #085178

Text Example


Text Example

White with #085178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085178; }

 p { color: rgb(8,81,120); }

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

background-color css

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

 a { background-color: rgb(8,81,120); }

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

border-color css

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

 span { border-color: rgb(8,81,120); }

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