Html Css Color HEX #085289 Dark Cerulean

📋 copy color: '#085289'

red 8 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #085289

Tints of Dark Cerulean #085289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

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

R = 3.52%
G = 36.12%
B = 60.35%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085289 (or 0x085289) is known color: Dark Cerulean. HEX triplet: 08, 52 and 89. RGB value is (8,82,137). Sum of RGB (Red+Green+Blue) = 8+82+137=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #085289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085289 is #F7AD76. Grayscale: #414141. Windows color (decimal): -16231799 or 8999432. OLE color: 8999432.

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

Color convert

RGB 8 82 137 -
CMYK 0.94 0.40 0 0.46
HSL 205.58º 0.89% 0.28% -
HSV(B) 205.58º 0.94% 0.54% -
XYZ 7.63 7.89 24.79 -
YUV 66.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 8 82 137 0.94 0.40 0 0.46 205.58 0.89 0.28
Hex 8 52 89 5E 28 0 2E CE 59 1C
Octal 10 122 211 136 50 0 56 316 131 34
Binary 1000 1010010 10001001 1011110 101000 0 101110 11001110 1011001 11100

Color Harmonies of #085289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085289

Black with #085289

Text Example


Text Example

White with #085289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085289; }

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

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

background-color css

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

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

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

border-color css

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

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

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