#086085

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

Shades of Allports #086085

Tints of Allports #086085

Color information

#086085 (or 0x086085) is unknown color: approx Allports. HEX triplet: 08, 60 and 85. RGB value is (8,96,133). Sum of RGB (Red+Green+Blue) = 8+96+133=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #086085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086085 is #F79F7A. Grayscale: #494949. Windows color (decimal): -16228219 or 8740872. OLE color: 8740872.

HSL color Cylindrical-coordinate representation of color #086085: hue angle of 197.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086085 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB896133-
CMYK0.940.2800.48
HSL197.76º88.65%27.65%-
HSV(B)197.76º93.98%52.16%-
XYZ8.5210.1123.69-
YUV73.91161.3580.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.38%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=3.38%
G=40.51%
B=56.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8961330.940.2800.48197.7688.6527.65
Hex860855E1C030c6591c
Octal101402051363406030613134
Binary1000110000010000101101111011100011000011000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086085; }

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

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

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

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

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

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

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

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