Html Css Color HEX #158398 Eastern Blue

📋 copy color: '#158398'

red 21 ◦ green 131 ◦ blue 152

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

Shades of Eastern Blue #158398

Tints of Eastern Blue #158398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 6.91%
G = 43.09%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#158398 (or 0x158398) is known color: Eastern Blue. HEX triplet: 15, 83 and 98. RGB value is (21,131,152). Sum of RGB (Red+Green+Blue) = 21+131+152=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #158398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158398 is #EA7C67. Grayscale: #646464. Windows color (decimal): -15367272 or 9995029. OLE color: 9995029.

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

Color convert

RGB 21 131 152 -
CMYK 0.86 0.14 0 0.40
HSL 189.62º 0.76% 0.34% -
HSV(B) 189.62º 0.86% 0.6% -
XYZ 14.09 18.66 32.56 -
YUV 100.5 157.06 71.29 -
System Red Green Blue C M Y K H S L
Decimal 21 131 152 0.86 0.14 0 0.40 189.62 0.76 0.34
Hex 15 83 98 56 E 0 28 BE 4C 22
Octal 25 203 230 126 16 0 50 276 114 42
Binary 10101 10000011 10011000 1010110 1110 0 101000 10111110 1001100 100010

Color Harmonies of #158398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158398

Black with #158398

Text Example


Text Example

White with #158398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158398; }

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

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

background-color css

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

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

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

border-color css

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

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

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