Html Css Color HEX #157ABA Denim

📋 copy color: '#157ABA'

red 21 ◦ green 122 ◦ blue 186

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

Shades of Denim #157ABA

Tints of Denim #157ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 6.38%
G = 37.08%
B = 56.53%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#157ABA (or 0x157ABA) is known color: Denim. HEX triplet: 15, 7A and BA. RGB value is (21,122,186). Sum of RGB (Red+Green+Blue) = 21+122+186=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #157ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ABA is #EA8545. Grayscale: #626262. Windows color (decimal): -15369542 or 12220949. OLE color: 12220949.

HSL color Cylindrical-coordinate representation of color #157ABA: hue angle of 203.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157ABA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 122 186 -
CMYK 0.89 0.34 0 0.27
HSL 203.27º 0.8% 0.41% -
HSV(B) 203.27º 0.89% 0.73% -
XYZ 16.13 17.62 49.01 -
YUV 99.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 21 122 186 0.89 0.34 0 0.27 203.27 0.8 0.41
Hex 15 7A BA 59 22 0 1B CB 50 29
Octal 25 172 272 131 42 0 33 313 120 51
Binary 10101 1111010 10111010 1011001 100010 0 11011 11001011 1010000 101001

Color Harmonies of #157ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ABA

Black with #157ABA

Text Example


Text Example

White with #157ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157ABA; }

 p { color: rgb(21,122,186); }

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

background-color css

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

 a { background-color: rgb(21,122,186); }

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

border-color css

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

 span { border-color: rgb(21,122,186); }

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