#15809B

Color #15809B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #15809B

Tints of Eastern Blue #15809B

Color information

#15809B (or 0x15809B) is unknown color: approx Eastern Blue. HEX triplet: 15, 80 and 9B. RGB value is (21,128,155). Sum of RGB (Red+Green+Blue) = 21+128+155=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #15809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15809B is #EA7F64. Grayscale: #626262. Windows color (decimal): -15368037 or 10190869. OLE color: 10190869.

HSL color Cylindrical-coordinate representation of color #15809B: hue angle of 192.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15809B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21128155-
CMYK0.860.1700.39
HSL192.09º76.14%34.51%-
HSV(B)192.09º86.45%60.78%-
XYZ13.9417.9633.74-
YUV99.08159.5572.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=6.91%
G=42.11%
B=50.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211281550.860.1700.39192.0976.1434.51
Hex15809B5611027c04c23
Octal252002331262104730011443
Binary1010110000000100110111010110100010100111110000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15809B; }

 p { color: rgb(21,128,155); }

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

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

 a { background-color: rgb(21,128,155); }

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

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

 span { border-color: rgb(21,128,155); }

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