#095E83

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

Shades of Allports #095E83

Tints of Allports #095E83

Color information

#095E83 (or 0x095E83) is unknown color: approx Allports. HEX triplet: 09, 5E and 83. RGB value is (9,94,131). Sum of RGB (Red+Green+Blue) = 9+94+131=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #095E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E83 is #F6A17C. Grayscale: #484848. Windows color (decimal): -16163197 or 8609289. OLE color: 8609289.

HSL color Cylindrical-coordinate representation of color #095E83: hue angle of 198.2º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E83 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB994131-
CMYK0.930.2800.49
HSL198.2º87.14%27.45%-
HSV(B)198.2º93.13%51.37%-
XYZ8.219.722.91-
YUV72.8160.8482.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=3.85%
G=40.17%
B=55.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9941310.930.2800.49198.287.1427.45
Hex95E835D1C031c6571b
Octal111362031353406130612733
Binary1001101111010000011101110111100011000111000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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