#15829B

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

Shades of Eastern Blue #15829B

Tints of Eastern Blue #15829B

Color information

#15829B (or 0x15829B) is unknown color: approx Eastern Blue. HEX triplet: 15, 82 and 9B. RGB value is (21,130,155). Sum of RGB (Red+Green+Blue) = 21+130+155=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #15829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15829B is #EA7D64. Grayscale: #646464. Windows color (decimal): -15367525 or 10191381. OLE color: 10191381.

HSL color Cylindrical-coordinate representation of color #15829B: hue angle of 191.19º 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 #15829B is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21130155-
CMYK0.860.1600.39
HSL191.19º76.14%34.51%-
HSV(B)191.19º86.45%60.78%-
XYZ14.2118.4933.83-
YUV100.26158.8971.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=6.86%
G=42.48%
B=50.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211301550.860.1600.39191.1976.1434.51
Hex15829B5610027bf4c23
Octal252022331262004727711443
Binary1010110000010100110111010110100000100111101111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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