Html Css Color HEX #086189 Allports

📋 copy color: '#086189'

red 8 ◦ green 97 ◦ blue 137

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

Shades of Allports #086189

Tints of Allports #086189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 3.31%
G = 40.08%
B = 56.61%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#086189 (or 0x086189) is known color: Allports. HEX triplet: 08, 61 and 89. RGB value is (8,97,137). Sum of RGB (Red+Green+Blue) = 8+97+137=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #086189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086189 is #F79E76. Grayscale: #4A4A4A. Windows color (decimal): -16227959 or 9003272. OLE color: 9003272.

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

Color convert

RGB 8 97 137 -
CMYK 0.94 0.29 0 0.46
HSL 198.6º 0.89% 0.28% -
HSV(B) 198.6º 0.94% 0.54% -
XYZ 8.89 10.41 25.21 -
YUV 74.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 8 97 137 0.94 0.29 0 0.46 198.6 0.89 0.28
Hex 8 61 89 5E 1D 0 2E C7 59 1C
Octal 10 141 211 136 35 0 56 307 131 34
Binary 1000 1100001 10001001 1011110 11101 0 101110 11000111 1011001 11100

Color Harmonies of #086189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086189

Black with #086189

Text Example


Text Example

White with #086189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086189; }

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

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

background-color css

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

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

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

border-color css

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

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

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