#158093

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

Shades of Eastern Blue #158093

Tints of Eastern Blue #158093

Color information

#158093 (or 0x158093) is unknown color: approx Eastern Blue. HEX triplet: 15, 80 and 93. RGB value is (21,128,147). Sum of RGB (Red+Green+Blue) = 21+128+147=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #158093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158093 is #EA7F6C. Grayscale: #616161. Windows color (decimal): -15368045 or 9666581. OLE color: 9666581.

HSL color Cylindrical-coordinate representation of color #158093: hue angle of 189.05º 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 #158093 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21128147-
CMYK0.860.1300.42
HSL189.05º75%32.94%-
HSV(B)189.05º85.71%57.65%-
XYZ13.2917.730.32-
YUV98.17155.5572.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.09%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=7.09%
G=43.24%
B=49.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211281470.860.1300.42189.057532.94
Hex15809356D02Abd4b21
Octal252002231261505227511341
Binary101011000000010010011101011011010101010101111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158093; }

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

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

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

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

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

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

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

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