Html Css Color HEX #158199 Eastern Blue

📋 copy color: '#158199'

red 21 ◦ green 129 ◦ blue 153

#158199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #158199

Tints of Eastern Blue #158199

RGB

 RED value IS 21 (8.59% from 255) = 6.93%

 GREEN value IS 129 (50.78% from 255) = 42.57%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 6.93%
G = 42.57%
B = 50.5%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#158199 (or 0x158199) is known color: Eastern Blue. HEX triplet: 15, 81 and 99. RGB value is (21,129,153). Sum of RGB (Red+Green+Blue) = 21+129+153=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #158199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158199 is #EA7E66. Grayscale: #636363. Windows color (decimal): -15367783 or 10060053. OLE color: 10060053.

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

Color convert

RGB 21 129 153 -
CMYK 0.86 0.16 0 0.4
HSL 190.91º 0.76% 0.34% -
HSV(B) 190.91º 0.86% 0.6% -
XYZ 13.91 18.16 32.91 -
YUV 99.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 21 129 153 0.86 0.16 0 0.4 190.91 0.76 0.34
Hex 15 81 99 56 10 0 28 BF 4C 22
Octal 25 201 231 126 20 0 50 277 114 42
Binary 10101 10000001 10011001 1010110 10000 0 101000 10111111 1001100 100010

Color Harmonies of #158199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158199

Black with #158199

Text Example


Text Example

White with #158199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158199; }

 p { color: rgb(21,129,153); }

 H1.HeaderClassName
 {
   color: #158199;
 }
 .AnyTagClassName
 {
   color: #158199;
 }
</style>

background-color css

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

 a { background-color: rgb(21,129,153); }

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

border-color css

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

 span { border-color: rgb(21,129,153); }

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