Html Css Color HEX #157382 Allports

📋 copy color: '#157382'

red 21 ◦ green 115 ◦ blue 130

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

Shades of Allports #157382

Tints of Allports #157382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 7.89%
G = 43.23%
B = 48.87%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157382 (or 0x157382) is known color: Allports. HEX triplet: 15, 73 and 82. RGB value is (21,115,130). Sum of RGB (Red+Green+Blue) = 21+115+130=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #157382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157382 is #EA8C7D. Grayscale: #585858. Windows color (decimal): -15371390 or 8549141. OLE color: 8549141.

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

Color convert

RGB 21 115 130 -
CMYK 0.84 0.12 0 0.49
HSL 188.26º 0.72% 0.3% -
HSV(B) 188.26º 0.84% 0.51% -
XYZ 10.47 14.03 23.28 -
YUV 88.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 21 115 130 0.84 0.12 0 0.49 188.26 0.72 0.3
Hex 15 73 82 54 C 0 31 BC 48 1E
Octal 25 163 202 124 14 0 61 274 110 36
Binary 10101 1110011 10000010 1010100 1100 0 110001 10111100 1001000 11110

Color Harmonies of #157382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157382

Black with #157382

Text Example


Text Example

White with #157382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157382; }

 p { color: rgb(21,115,130); }

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

background-color css

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

 a { background-color: rgb(21,115,130); }

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

border-color css

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

 span { border-color: rgb(21,115,130); }

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