Html Css Color HEX #157481 Allports

📋 copy color: '#157481'

red 21 ◦ green 116 ◦ blue 129

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

Shades of Allports #157481

Tints of Allports #157481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 129 (50.78% from 255) = 48.5%

R = 7.89%
G = 43.61%
B = 48.5%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157481 (or 0x157481) is known color: Allports. HEX triplet: 15, 74 and 81. RGB value is (21,116,129). Sum of RGB (Red+Green+Blue) = 21+116+129=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #157481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157481 is #EA8B7E. Grayscale: #585858. Windows color (decimal): -15371135 or 8483861. OLE color: 8483861.

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

Color convert

RGB 21 116 129 -
CMYK 0.84 0.10 0 0.49
HSL 187.22º 0.72% 0.29% -
HSV(B) 187.22º 0.84% 0.51% -
XYZ 10.52 14.24 22.96 -
YUV 89.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 21 116 129 0.84 0.10 0 0.49 187.22 0.72 0.29
Hex 15 74 81 54 A 0 31 BB 48 1D
Octal 25 164 201 124 12 0 61 273 110 35
Binary 10101 1110100 10000001 1010100 1010 0 110001 10111011 1001000 11101

Color Harmonies of #157481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157481

Black with #157481

Text Example


Text Example

White with #157481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157481; }

 p { color: rgb(21,116,129); }

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

background-color css

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

 a { background-color: rgb(21,116,129); }

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

border-color css

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

 span { border-color: rgb(21,116,129); }

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