#095E87

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

Shades of Allports #095E87

Tints of Allports #095E87

Color information

#095E87 (or 0x095E87) is unknown color: approx Allports. HEX triplet: 09, 5E and 87. RGB value is (9,94,135). Sum of RGB (Red+Green+Blue) = 9+94+135=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #095E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E87 is #F6A178. Grayscale: #494949. Windows color (decimal): -16163193 or 8871433. OLE color: 8871433.

HSL color Cylindrical-coordinate representation of color #095E87: hue angle of 199.52º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E87 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB994135-
CMYK0.930.3000.47
HSL199.52º87.5%28.24%-
HSV(B)199.52º93.33%52.94%-
XYZ8.499.8124.37-
YUV73.26162.8482.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=3.78%
G=39.50%
B=56.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9941350.930.3000.47199.5287.528.24
Hex95E875D1E02Fc8581c
Octal111362071353605731013034
Binary1001101111010000111101110111110010111111001000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E87; }

 p { color: rgb(9,94,135); }

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

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

 a { background-color: rgb(9,94,135); }

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

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

 span { border-color: rgb(9,94,135); }

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