Html Css Color HEX #085089 Dark Cerulean

📋 copy color: '#085089'

red 8 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #085089

Tints of Dark Cerulean #085089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

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

R = 3.56%
G = 35.56%
B = 60.89%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085089 (or 0x085089) is known color: Dark Cerulean. HEX triplet: 08, 50 and 89. RGB value is (8,80,137). Sum of RGB (Red+Green+Blue) = 8+80+137=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #085089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085089 is #F7AF76. Grayscale: #404040. Windows color (decimal): -16232311 or 8998920. OLE color: 8998920.

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

Color convert

RGB 8 80 137 -
CMYK 0.94 0.42 0 0.46
HSL 206.51º 0.89% 0.28% -
HSV(B) 206.51º 0.94% 0.54% -
XYZ 7.48 7.6 24.74 -
YUV 64.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 8 80 137 0.94 0.42 0 0.46 206.51 0.89 0.28
Hex 8 50 89 5E 2A 0 2E CF 59 1C
Octal 10 120 211 136 52 0 56 317 131 34
Binary 1000 1010000 10001001 1011110 101010 0 101110 11001111 1011001 11100

Color Harmonies of #085089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085089

Black with #085089

Text Example


Text Example

White with #085089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085089; }

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

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

background-color css

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

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

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

border-color css

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

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

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