#086190

Color #086190 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #086190

Tints of Allports #086190

Color information

#086190 (or 0x086190) is unknown color: approx Allports. HEX triplet: 08, 61 and 90. RGB value is (8,97,144). Sum of RGB (Red+Green+Blue) = 8+97+144=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #086190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086190 is #F79E6F. Grayscale: #4B4B4B. Windows color (decimal): -16227952 or 9462024. OLE color: 9462024.

HSL color Cylindrical-coordinate representation of color #086190: hue angle of 200.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086190 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB897144-
CMYK0.940.3300.44
HSL200.74º89.47%29.8%-
HSV(B)200.74º94.44%56.47%-
XYZ9.4110.6127.94-
YUV75.75166.5179.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=3.21%
G=38.96%
B=57.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8971440.940.3300.44200.7489.4729.8
Hex861905E2102Cc9591e
Octal101412201364105431113136
Binary10001100001100100001011110100001010110011001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086190; }

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

 H1.HeaderClassName
 {
   color: #086190;
 }
 .AnyTagClassName
 {
   color: #086190;
 }
</style>
background-color css

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

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

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

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

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

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