Html Css Color HEX #085E92 Dark Cerulean

📋 copy color: '#085E92'

red 8 ◦ green 94 ◦ blue 146

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

Shades of Dark Cerulean #085E92

Tints of Dark Cerulean #085E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.9%

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 3.23%
G = 37.9%
B = 58.87%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085E92 (or 0x085E92) is known color: Dark Cerulean. HEX triplet: 08, 5E and 92. RGB value is (8,94,146). Sum of RGB (Red+Green+Blue) = 8+94+146=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #085E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E92 is #F7A16D. Grayscale: #494949. Windows color (decimal): -16228718 or 9592328. OLE color: 9592328.

HSL color Cylindrical-coordinate representation of color #085E92: hue angle of 202.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085E92 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 94 146 -
CMYK 0.95 0.36 0 0.43
HSL 202.61º 0.9% 0.3% -
HSV(B) 202.61º 0.95% 0.57% -
XYZ 9.29 10.13 28.66 -
YUV 74.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 8 94 146 0.95 0.36 0 0.43 202.61 0.9 0.3
Hex 8 5E 92 5F 24 0 2B CB 5A 1E
Octal 10 136 222 137 44 0 53 313 132 36
Binary 1000 1011110 10010010 1011111 100100 0 101011 11001011 1011010 11110

Color Harmonies of #085E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E92

Black with #085E92

Text Example


Text Example

White with #085E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085E92; }

 p { color: rgb(8,94,146); }

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

background-color css

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

 a { background-color: rgb(8,94,146); }

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

border-color css

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

 span { border-color: rgb(8,94,146); }

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