Html Css Color HEX #157982 Allports

📋 copy color: '#157982'

red 21 ◦ green 121 ◦ blue 130

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

Shades of Allports #157982

Tints of Allports #157982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

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

R = 7.72%
G = 44.49%
B = 47.79%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157982 (or 0x157982) is known color: Allports. HEX triplet: 15, 79 and 82. RGB value is (21,121,130). Sum of RGB (Red+Green+Blue) = 21+121+130=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #157982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157982 is #EA867D. Grayscale: #5B5B5B. Windows color (decimal): -15369854 or 8550677. OLE color: 8550677.

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

Color convert

RGB 21 121 130 -
CMYK 0.84 0.07 0 0.49
HSL 184.95º 0.72% 0.3% -
HSV(B) 184.95º 0.84% 0.51% -
XYZ 11.18 15.45 23.51 -
YUV 92.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 21 121 130 0.84 0.07 0 0.49 184.95 0.72 0.3
Hex 15 79 82 54 7 0 31 B9 48 1E
Octal 25 171 202 124 7 0 61 271 110 36
Binary 10101 1111001 10000010 1010100 111 0 110001 10111001 1001000 11110

Color Harmonies of #157982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157982

Black with #157982

Text Example


Text Example

White with #157982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157982; }

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

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

background-color css

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

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

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

border-color css

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

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

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