#158098

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

Shades of Eastern Blue #158098

Tints of Eastern Blue #158098

Color information

#158098 (or 0x158098) is unknown color: approx Eastern Blue. HEX triplet: 15, 80 and 98. RGB value is (21,128,152). Sum of RGB (Red+Green+Blue) = 21+128+152=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #158098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158098 is #EA7F67. Grayscale: #626262. Windows color (decimal): -15368040 or 9994261. OLE color: 9994261.

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

Color convert

RGB21128152-
CMYK0.860.1600.40
HSL190.99º75.72%33.92%-
HSV(B)190.99º86.18%59.61%-
XYZ13.717.8632.43-
YUV98.74158.0572.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=6.98%
G=42.52%
B=50.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211281520.860.1600.40190.9975.7233.92
Hex1580985610028bf4c22
Octal252002301262005027711442
Binary1010110000000100110001010110100000101000101111111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158098; }

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

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

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

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

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

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

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

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