Html Css Color HEX #157183 Allports

📋 copy color: '#157183'

red 21 ◦ green 113 ◦ blue 131

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

Shades of Allports #157183

Tints of Allports #157183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 7.92%
G = 42.64%
B = 49.43%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157183 (or 0x157183) is known color: Allports. HEX triplet: 15, 71 and 83. RGB value is (21,113,131). Sum of RGB (Red+Green+Blue) = 21+113+131=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #157183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157183 is #EA8E7C. Grayscale: #575757. Windows color (decimal): -15371901 or 8614165. OLE color: 8614165.

HSL color Cylindrical-coordinate representation of color #157183: hue angle of 189.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157183 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 113 131 -
CMYK 0.84 0.14 0 0.49
HSL 189.82º 0.72% 0.3% -
HSV(B) 189.82º 0.84% 0.51% -
XYZ 10.31 13.61 23.56 -
YUV 87.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 21 113 131 0.84 0.14 0 0.49 189.82 0.72 0.3
Hex 15 71 83 54 E 0 31 BE 48 1E
Octal 25 161 203 124 16 0 61 276 110 36
Binary 10101 1110001 10000011 1010100 1110 0 110001 10111110 1001000 11110

Color Harmonies of #157183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157183

Black with #157183

Text Example


Text Example

White with #157183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157183; }

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

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

background-color css

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

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

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

border-color css

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

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

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