#086090

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

Shades of Allports #086090

Tints of Allports #086090

Color information

#086090 (or 0x086090) is unknown color: approx Allports. HEX triplet: 08, 60 and 90. RGB value is (8,96,144). Sum of RGB (Red+Green+Blue) = 8+96+144=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #086090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086090 is #F79F6F. Grayscale: #4A4A4A. Windows color (decimal): -16228208 or 9461768. OLE color: 9461768.

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

Color convert

RGB896144-
CMYK0.940.3300.44
HSL201.18º89.47%29.8%-
HSV(B)201.18º94.44%56.47%-
XYZ9.3210.4327.91-
YUV75.16166.8580.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=3.23%
G=38.71%
B=58.06%

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
Decimal8961440.940.3300.44201.1889.4729.8
Hex860905E2102Cc9591e
Octal101402201364105431113136
Binary10001100000100100001011110100001010110011001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086090; }

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

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

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

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

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

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

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

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