Html Css Color HEX #157995 Eastern Blue

📋 copy color: '#157995'

red 21 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #157995

Tints of Eastern Blue #157995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 7.22%
G = 41.58%
B = 51.2%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157995 (or 0x157995) is known color: Eastern Blue. HEX triplet: 15, 79 and 95. RGB value is (21,121,149). Sum of RGB (Red+Green+Blue) = 21+121+149=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #157995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157995 is #EA866A. Grayscale: #5E5E5E. Windows color (decimal): -15369835 or 9795861. OLE color: 9795861.

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

Color convert

RGB 21 121 149 -
CMYK 0.86 0.19 0 0.42
HSL 193.13º 0.75% 0.33% -
HSV(B) 193.13º 0.86% 0.58% -
XYZ 12.57 16 30.86 -
YUV 94.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 21 121 149 0.86 0.19 0 0.42 193.13 0.75 0.33
Hex 15 79 95 56 13 0 2A C1 4B 21
Octal 25 171 225 126 23 0 52 301 113 41
Binary 10101 1111001 10010101 1010110 10011 0 101010 11000001 1001011 100001

Color Harmonies of #157995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157995

Black with #157995

Text Example


Text Example

White with #157995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157995; }

 p { color: rgb(21,121,149); }

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

background-color css

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

 a { background-color: rgb(21,121,149); }

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

border-color css

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

 span { border-color: rgb(21,121,149); }

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