Html Css Color HEX #085892 Dark Cerulean

📋 copy color: '#085892'

red 8 ◦ green 88 ◦ blue 146

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

Shades of Dark Cerulean #085892

Tints of Dark Cerulean #085892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 3.31%
G = 36.36%
B = 60.33%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085892 (or 0x085892) is known color: Dark Cerulean. HEX triplet: 08, 58 and 92. RGB value is (8,88,146). Sum of RGB (Red+Green+Blue) = 8+88+146=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #085892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085892 is #F7A76D. Grayscale: #464646. Windows color (decimal): -16230254 or 9590792. OLE color: 9590792.

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

Color convert

RGB 8 88 146 -
CMYK 0.95 0.40 0 0.43
HSL 205.22º 0.9% 0.3% -
HSV(B) 205.22º 0.95% 0.57% -
XYZ 8.78 9.11 28.49 -
YUV 70.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 8 88 146 0.95 0.40 0 0.43 205.22 0.9 0.3
Hex 8 58 92 5F 28 0 2B CD 5A 1E
Octal 10 130 222 137 50 0 53 315 132 36
Binary 1000 1011000 10010010 1011111 101000 0 101011 11001101 1011010 11110

Color Harmonies of #085892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085892

Black with #085892

Text Example


Text Example

White with #085892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085892; }

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

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

background-color css

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

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

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

border-color css

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

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

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