#158798

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

Shades of Eastern Blue #158798

Tints of Eastern Blue #158798

Color information

#158798 (or 0x158798) is unknown color: approx Eastern Blue. HEX triplet: 15, 87 and 98. RGB value is (21,135,152). Sum of RGB (Red+Green+Blue) = 21+135+152=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #158798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158798 is #EA7867. Grayscale: #666666. Windows color (decimal): -15366248 or 9996053. OLE color: 9996053.

HSL color Cylindrical-coordinate representation of color #158798: hue angle of 187.79º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158798 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB21135152-
CMYK0.860.1100.40
HSL187.79º75.72%33.92%-
HSV(B)187.79º86.18%59.61%-
XYZ14.6419.7532.75-
YUV102.85155.7369.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=6.82%
G=43.83%
B=49.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211351520.860.1100.40187.7975.7233.92
Hex15879856B028bc4c22
Octal252072301261305027411442
Binary101011000011110011000101011010110101000101111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158798; }

 p { color: rgb(21,135,152); }

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

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

 a { background-color: rgb(21,135,152); }

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

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

 span { border-color: rgb(21,135,152); }

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