Html Css Color HEX #157883 Allports

📋 copy color: '#157883'

red 21 ◦ green 120 ◦ blue 131

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

Shades of Allports #157883

Tints of Allports #157883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

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

R = 7.72%
G = 44.12%
B = 48.16%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157883 (or 0x157883) is known color: Allports. HEX triplet: 15, 78 and 83. RGB value is (21,120,131). Sum of RGB (Red+Green+Blue) = 21+120+131=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #157883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157883 is #EA877C. Grayscale: #5B5B5B. Windows color (decimal): -15370109 or 8615957. OLE color: 8615957.

HSL color Cylindrical-coordinate representation of color #157883: hue angle of 186º 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 #157883 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 120 131 -
CMYK 0.84 0.08 0 0.49
HSL 186º 0.72% 0.3% -
HSV(B) 186º 0.84% 0.51% -
XYZ 11.12 15.23 23.83 -
YUV 91.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 21 120 131 0.84 0.08 0 0.49 186 0.72 0.3
Hex 15 78 83 54 8 0 31 BA 48 1E
Octal 25 170 203 124 10 0 61 272 110 36
Binary 10101 1111000 10000011 1010100 1000 0 110001 10111010 1001000 11110

Color Harmonies of #157883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157883

Black with #157883

Text Example


Text Example

White with #157883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157883; }

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

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

background-color css

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

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

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

border-color css

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

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

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