Html Css Color HEX #157483 Allports

📋 copy color: '#157483'

red 21 ◦ green 116 ◦ blue 131

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

Shades of Allports #157483

Tints of Allports #157483

RGB

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

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

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

R = 7.84%
G = 43.28%
B = 48.88%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157483 (or 0x157483) is known color: Allports. HEX triplet: 15, 74 and 83. RGB value is (21,116,131). Sum of RGB (Red+Green+Blue) = 21+116+131=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #157483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157483 is #EA8B7C. Grayscale: #595959. Windows color (decimal): -15371133 or 8614933. OLE color: 8614933.

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

Color convert

RGB 21 116 131 -
CMYK 0.84 0.11 0 0.49
HSL 188.18º 0.72% 0.3% -
HSV(B) 188.18º 0.84% 0.51% -
XYZ 10.65 14.29 23.67 -
YUV 89.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 21 116 131 0.84 0.11 0 0.49 188.18 0.72 0.3
Hex 15 74 83 54 B 0 31 BC 48 1E
Octal 25 164 203 124 13 0 61 274 110 36
Binary 10101 1110100 10000011 1010100 1011 0 110001 10111100 1001000 11110

Color Harmonies of #157483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157483

Black with #157483

Text Example


Text Example

White with #157483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157483; }

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

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

background-color css

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

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

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

border-color css

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

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

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