#15829C

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

Shades of Eastern Blue #15829C

Tints of Eastern Blue #15829C

Color information

#15829C (or 0x15829C) is unknown color: approx Eastern Blue. HEX triplet: 15, 82 and 9C. RGB value is (21,130,156). Sum of RGB (Red+Green+Blue) = 21+130+156=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #15829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15829C is #EA7D63. Grayscale: #646464. Windows color (decimal): -15367524 or 10256917. OLE color: 10256917.

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

Color convert

RGB21130156-
CMYK0.870.1700.39
HSL191.56º76.27%34.71%-
HSV(B)191.56º86.54%61.18%-
XYZ14.2918.5234.27-
YUV100.37159.3971.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=6.84%
G=42.35%
B=50.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211301560.870.1700.39191.5676.2734.71
Hex15829C5711027c04c23
Octal252022341272104730011443
Binary1010110000010100111001010111100010100111110000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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