Html Css Color HEX #157ABC Denim

📋 copy color: '#157ABC'

red 21 ◦ green 122 ◦ blue 188

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

Shades of Denim #157ABC

Tints of Denim #157ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 6.34%
G = 36.86%
B = 56.8%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#157ABC (or 0x157ABC) is known color: Denim. HEX triplet: 15, 7A and BC. RGB value is (21,122,188). Sum of RGB (Red+Green+Blue) = 21+122+188=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #157ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ABC is #EA8543. Grayscale: #626262. Windows color (decimal): -15369540 or 12352021. OLE color: 12352021.

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

Color convert

RGB 21 122 188 -
CMYK 0.89 0.35 0 0.26
HSL 203.71º 0.8% 0.41% -
HSV(B) 203.71º 0.89% 0.74% -
XYZ 16.35 17.71 50.13 -
YUV 99.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 21 122 188 0.89 0.35 0 0.26 203.71 0.8 0.41
Hex 15 7A BC 59 23 0 1A CC 50 29
Octal 25 172 274 131 43 0 32 314 120 51
Binary 10101 1111010 10111100 1011001 100011 0 11010 11001100 1010000 101001

Color Harmonies of #157ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ABC

Black with #157ABC

Text Example


Text Example

White with #157ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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