Html Css Color HEX #085076 Dark Cerulean

📋 copy color: '#085076'

red 8 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #085076

Tints of Dark Cerulean #085076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 3.88%
G = 38.83%
B = 57.28%

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

#085076 (or 0x085076) is known color: Dark Cerulean. HEX triplet: 08, 50 and 76. RGB value is (8,80,118). Sum of RGB (Red+Green+Blue) = 8+80+118=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #085076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085076 is #F7AF89. Grayscale: #3E3E3E. Windows color (decimal): -16232330 or 7753736. OLE color: 7753736.

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

Color convert

RGB 8 80 118 -
CMYK 0.93 0.32 0 0.54
HSL 200.73º 0.87% 0.25% -
HSV(B) 200.73º 0.93% 0.46% -
XYZ 6.24 7.1 18.18 -
YUV 62.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 8 80 118 0.93 0.32 0 0.54 200.73 0.87 0.25
Hex 8 50 76 5D 20 0 36 C9 57 19
Octal 10 120 166 135 40 0 66 311 127 31
Binary 1000 1010000 1110110 1011101 100000 0 110110 11001001 1010111 11001

Color Harmonies of #085076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085076

Black with #085076

Text Example


Text Example

White with #085076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085076; }

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

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

background-color css

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

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

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

border-color css

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

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

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