Html Css Color HEX #085C90 Dark Cerulean

📋 copy color: '#085C90'

red 8 ◦ green 92 ◦ blue 144

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

Shades of Dark Cerulean #085C90

Tints of Dark Cerulean #085C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 3.28%
G = 37.7%
B = 59.02%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#085C90 (or 0x085C90) is known color: Dark Cerulean. HEX triplet: 08, 5C and 90. RGB value is (8,92,144). Sum of RGB (Red+Green+Blue) = 8+92+144=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #085C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C90 is #F7A36F. Grayscale: #484848. Windows color (decimal): -16229232 or 9460744. OLE color: 9460744.

HSL color Cylindrical-coordinate representation of color #085C90: hue angle of 202.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C90 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 92 144 -
CMYK 0.94 0.36 0 0.44
HSL 202.94º 0.89% 0.3% -
HSV(B) 202.94º 0.94% 0.56% -
XYZ 8.96 9.72 27.79 -
YUV 72.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 8 92 144 0.94 0.36 0 0.44 202.94 0.89 0.3
Hex 8 5C 90 5E 24 0 2C CB 59 1E
Octal 10 134 220 136 44 0 54 313 131 36
Binary 1000 1011100 10010000 1011110 100100 0 101100 11001011 1011001 11110

Color Harmonies of #085C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C90

Black with #085C90

Text Example


Text Example

White with #085C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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