#158593

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

Shades of Eastern Blue #158593

Tints of Eastern Blue #158593

Color information

#158593 (or 0x158593) is unknown color: approx Eastern Blue. HEX triplet: 15, 85 and 93. RGB value is (21,133,147). Sum of RGB (Red+Green+Blue) = 21+133+147=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #158593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158593 is #EA7A6C. Grayscale: #646464. Windows color (decimal): -15366765 or 9667861. OLE color: 9667861.

HSL color Cylindrical-coordinate representation of color #158593: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158593 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21133147-
CMYK0.860.1000.42
HSL186.67º75%32.94%-
HSV(B)186.67º85.71%57.65%-
XYZ13.9619.0430.54-
YUV101.11153.8970.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=6.98%
G=44.19%
B=48.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211331470.860.1000.42186.677532.94
Hex15859356A02Abb4b21
Octal252052231261205227311341
Binary101011000010110010011101011010100101010101110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158593; }

 p { color: rgb(21,133,147); }

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

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

 a { background-color: rgb(21,133,147); }

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

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

 span { border-color: rgb(21,133,147); }

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