Html Css Color HEX #085C92 Dark Cerulean

📋 copy color: '#085C92'

red 8 ◦ green 92 ◦ blue 146

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

Shades of Dark Cerulean #085C92

Tints of Dark Cerulean #085C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.4%

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

R = 3.25%
G = 37.4%
B = 59.35%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085C92 (or 0x085C92) is known color: Dark Cerulean. HEX triplet: 08, 5C and 92. RGB value is (8,92,146). Sum of RGB (Red+Green+Blue) = 8+92+146=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #085C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C92 is #F7A36D. Grayscale: #484848. Windows color (decimal): -16229230 or 9591816. OLE color: 9591816.

HSL color Cylindrical-coordinate representation of color #085C92: hue angle of 203.48º 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 #085C92 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 92 146 -
CMYK 0.95 0.37 0 0.43
HSL 203.48º 0.9% 0.3% -
HSV(B) 203.48º 0.95% 0.57% -
XYZ 9.12 9.78 28.6 -
YUV 73.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 8 92 146 0.95 0.37 0 0.43 203.48 0.9 0.3
Hex 8 5C 92 5F 25 0 2B CB 5A 1E
Octal 10 134 222 137 45 0 53 313 132 36
Binary 1000 1011100 10010010 1011111 100101 0 101011 11001011 1011010 11110

Color Harmonies of #085C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C92

Black with #085C92

Text Example


Text Example

White with #085C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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