Html Css Color HEX #086389 Allports

📋 copy color: '#086389'

red 8 ◦ green 99 ◦ blue 137

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

Shades of Allports #086389

Tints of Allports #086389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

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

R = 3.28%
G = 40.57%
B = 56.15%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#086389 (or 0x086389) is known color: Allports. HEX triplet: 08, 63 and 89. RGB value is (8,99,137). Sum of RGB (Red+Green+Blue) = 8+99+137=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #086389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086389 is #F79C76. Grayscale: #4B4B4B. Windows color (decimal): -16227447 or 9003784. OLE color: 9003784.

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

Color convert

RGB 8 99 137 -
CMYK 0.94 0.28 0 0.46
HSL 197.67º 0.89% 0.28% -
HSV(B) 197.67º 0.94% 0.54% -
XYZ 9.08 10.78 25.27 -
YUV 76.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 8 99 137 0.94 0.28 0 0.46 197.67 0.89 0.28
Hex 8 63 89 5E 1C 0 2E C6 59 1C
Octal 10 143 211 136 34 0 56 306 131 34
Binary 1000 1100011 10001001 1011110 11100 0 101110 11000110 1011001 11100

Color Harmonies of #086389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086389

Black with #086389

Text Example


Text Example

White with #086389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086389; }

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

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

background-color css

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

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

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

border-color css

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

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

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