Html Css Color HEX #085789 Dark Cerulean

📋 copy color: '#085789'

red 8 ◦ green 87 ◦ blue 137

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

Shades of Dark Cerulean #085789

Tints of Dark Cerulean #085789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

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

R = 3.45%
G = 37.5%
B = 59.05%

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

#085789 (or 0x085789) is known color: Dark Cerulean. HEX triplet: 08, 57 and 89. RGB value is (8,87,137). Sum of RGB (Red+Green+Blue) = 8+87+137=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #085789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085789 is #F7A876. Grayscale: #444444. Windows color (decimal): -16230519 or 9000712. OLE color: 9000712.

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

Color convert

RGB 8 87 137 -
CMYK 0.94 0.36 0 0.46
HSL 203.26º 0.89% 0.28% -
HSV(B) 203.26º 0.94% 0.54% -
XYZ 8.02 8.67 24.92 -
YUV 69.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 8 87 137 0.94 0.36 0 0.46 203.26 0.89 0.28
Hex 8 57 89 5E 24 0 2E CB 59 1C
Octal 10 127 211 136 44 0 56 313 131 34
Binary 1000 1010111 10001001 1011110 100100 0 101110 11001011 1011001 11100

Color Harmonies of #085789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085789

Black with #085789

Text Example


Text Example

White with #085789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085789; }

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

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

background-color css

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

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

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

border-color css

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

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

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