#095E84

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

Shades of Allports #095E84

Tints of Allports #095E84

Color information

#095E84 (or 0x095E84) is unknown color: approx Allports. HEX triplet: 09, 5E and 84. RGB value is (9,94,132). Sum of RGB (Red+Green+Blue) = 9+94+132=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #095E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E84 is #F6A17B. Grayscale: #484848. Windows color (decimal): -16163196 or 8674825. OLE color: 8674825.

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

Color convert

RGB994132-
CMYK0.930.2900.48
HSL198.54º87.23%27.65%-
HSV(B)198.54º93.18%51.76%-
XYZ8.289.7323.27-
YUV72.92161.3482.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=3.83%
G=40%
B=56.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9941320.930.2900.48198.5487.2327.65
Hex95E845D1D030c7571c
Octal111362041353506030712734
Binary1001101111010000100101110111101011000011000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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