Html Css Color HEX #085179 Dark Cerulean

📋 copy color: '#085179'

red 8 ◦ green 81 ◦ blue 121

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

Shades of Dark Cerulean #085179

Tints of Dark Cerulean #085179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 3.81%
G = 38.57%
B = 57.62%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085179 (or 0x085179) is known color: Dark Cerulean. HEX triplet: 08, 51 and 79. RGB value is (8,81,121). Sum of RGB (Red+Green+Blue) = 8+81+121=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #085179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085179 is #F7AE86. Grayscale: #3F3F3F. Windows color (decimal): -16232071 or 7950600. OLE color: 7950600.

HSL color Cylindrical-coordinate representation of color #085179: hue angle of 201.24º 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 #085179 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 81 121 -
CMYK 0.93 0.33 0 0.53
HSL 201.24º 0.88% 0.25% -
HSV(B) 201.24º 0.93% 0.47% -
XYZ 6.49 7.32 19.16 -
YUV 63.73 160.32 88.25 -
System Red Green Blue C M Y K H S L
Decimal 8 81 121 0.93 0.33 0 0.53 201.24 0.88 0.25
Hex 8 51 79 5D 21 0 35 C9 58 19
Octal 10 121 171 135 41 0 65 311 130 31
Binary 1000 1010001 1111001 1011101 100001 0 110101 11001001 1011000 11001

Color Harmonies of #085179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085179

Black with #085179

Text Example


Text Example

White with #085179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085179; }

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

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

background-color css

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

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

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

border-color css

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

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

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