Html Css Color HEX #085092 Dark Cerulean

📋 copy color: '#085092'

red 8 ◦ green 80 ◦ blue 146

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

Shades of Dark Cerulean #085092

Tints of Dark Cerulean #085092

RGB

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

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

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

R = 3.42%
G = 34.19%
B = 62.39%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085092 (or 0x085092) is known color: Dark Cerulean. HEX triplet: 08, 50 and 92. RGB value is (8,80,146). Sum of RGB (Red+Green+Blue) = 8+80+146=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #085092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085092 is #F7AF6D. Grayscale: #414141. Windows color (decimal): -16232302 or 9588744. OLE color: 9588744.

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

Color convert

RGB 8 80 146 -
CMYK 0.95 0.45 0 0.43
HSL 208.7º 0.9% 0.3% -
HSV(B) 208.7º 0.95% 0.57% -
XYZ 8.16 7.86 28.28 -
YUV 66 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 8 80 146 0.95 0.45 0 0.43 208.7 0.9 0.3
Hex 8 50 92 5F 2D 0 2B D1 5A 1E
Octal 10 120 222 137 55 0 53 321 132 36
Binary 1000 1010000 10010010 1011111 101101 0 101011 11010001 1011010 11110

Color Harmonies of #085092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085092

Black with #085092

Text Example


Text Example

White with #085092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085092; }

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

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

background-color css

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

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

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

border-color css

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

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

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