Html Css Color HEX #085889 Dark Cerulean

📋 copy color: '#085889'

red 8 ◦ green 88 ◦ blue 137

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

Shades of Dark Cerulean #085889

Tints of Dark Cerulean #085889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 3.43%
G = 37.77%
B = 58.8%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085889 (or 0x085889) is known color: Dark Cerulean. HEX triplet: 08, 58 and 89. RGB value is (8,88,137). Sum of RGB (Red+Green+Blue) = 8+88+137=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #085889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085889 is #F7A776. Grayscale: #454545. Windows color (decimal): -16230263 or 9000968. OLE color: 9000968.

HSL color Cylindrical-coordinate representation of color #085889: hue angle of 202.79º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085889 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 88 137 -
CMYK 0.94 0.36 0 0.46
HSL 202.79º 0.89% 0.28% -
HSV(B) 202.79º 0.94% 0.54% -
XYZ 8.11 8.84 24.95 -
YUV 69.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 8 88 137 0.94 0.36 0 0.46 202.79 0.89 0.28
Hex 8 58 89 5E 24 0 2E CB 59 1C
Octal 10 130 211 136 44 0 56 313 131 34
Binary 1000 1011000 10001001 1011110 100100 0 101110 11001011 1011001 11100

Color Harmonies of #085889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085889

Black with #085889

Text Example


Text Example

White with #085889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085889; }

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

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

background-color css

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

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

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

border-color css

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

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

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