Html Css Color HEX #157195 Allports

📋 copy color: '#157195'

red 21 ◦ green 113 ◦ blue 149

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

Shades of Allports #157195

Tints of Allports #157195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

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

R = 7.42%
G = 39.93%
B = 52.65%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157195 (or 0x157195) is known color: Allports. HEX triplet: 15, 71 and 95. RGB value is (21,113,149). Sum of RGB (Red+Green+Blue) = 21+113+149=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #157195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157195 is #EA8E6A. Grayscale: #595959. Windows color (decimal): -15371883 or 9793813. OLE color: 9793813.

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

Color convert

RGB 21 113 149 -
CMYK 0.86 0.24 0 0.42
HSL 196.88º 0.75% 0.33% -
HSV(B) 196.88º 0.86% 0.58% -
XYZ 11.64 14.14 30.55 -
YUV 89.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 21 113 149 0.86 0.24 0 0.42 196.88 0.75 0.33
Hex 15 71 95 56 18 0 2A C5 4B 21
Octal 25 161 225 126 30 0 52 305 113 41
Binary 10101 1110001 10010101 1010110 11000 0 101010 11000101 1001011 100001

Color Harmonies of #157195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157195

Black with #157195

Text Example


Text Example

White with #157195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157195; }

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

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

background-color css

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

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

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

border-color css

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

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

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