Html Css Color HEX #085F89 Allports

📋 copy color: '#085F89'

red 8 ◦ green 95 ◦ blue 137

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

Shades of Allports #085F89

Tints of Allports #085F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.58%

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

R = 3.33%
G = 39.58%
B = 57.08%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085F89 (or 0x085F89) is known color: Allports. HEX triplet: 08, 5F and 89. RGB value is (8,95,137). Sum of RGB (Red+Green+Blue) = 8+95+137=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #085F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F89 is #F7A076. Grayscale: #494949. Windows color (decimal): -16228471 or 9002760. OLE color: 9002760.

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

Color convert

RGB 8 95 137 -
CMYK 0.94 0.31 0 0.46
HSL 199.53º 0.89% 0.28% -
HSV(B) 199.53º 0.94% 0.54% -
XYZ 8.71 10.04 25.15 -
YUV 73.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 8 95 137 0.94 0.31 0 0.46 199.53 0.89 0.28
Hex 8 5F 89 5E 1F 0 2E C8 59 1C
Octal 10 137 211 136 37 0 56 310 131 34
Binary 1000 1011111 10001001 1011110 11111 0 101110 11001000 1011001 11100

Color Harmonies of #085F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F89

Black with #085F89

Text Example


Text Example

White with #085F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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