Html Css Color HEX #085990 Dark Cerulean

📋 copy color: '#085990'

red 8 ◦ green 89 ◦ blue 144

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

Shades of Dark Cerulean #085990

Tints of Dark Cerulean #085990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 3.32%
G = 36.93%
B = 59.75%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#085990 (or 0x085990) is known color: Dark Cerulean. HEX triplet: 08, 59 and 90. RGB value is (8,89,144). Sum of RGB (Red+Green+Blue) = 8+89+144=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #085990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085990 is #F7A66F. Grayscale: #464646. Windows color (decimal): -16230000 or 9459976. OLE color: 9459976.

HSL color Cylindrical-coordinate representation of color #085990: hue angle of 204.26º 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 #085990 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 89 144 -
CMYK 0.94 0.38 0 0.44
HSL 204.26º 0.89% 0.3% -
HSV(B) 204.26º 0.94% 0.56% -
XYZ 8.71 9.21 27.7 -
YUV 71.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 8 89 144 0.94 0.38 0 0.44 204.26 0.89 0.3
Hex 8 59 90 5E 26 0 2C CC 59 1E
Octal 10 131 220 136 46 0 54 314 131 36
Binary 1000 1011001 10010000 1011110 100110 0 101100 11001100 1011001 11110

Color Harmonies of #085990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085990

Black with #085990

Text Example


Text Example

White with #085990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085990; }

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

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

background-color css

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

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

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

border-color css

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

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

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