Html Css Color HEX #157BBB Denim

📋 copy color: '#157BBB'

red 21 ◦ green 123 ◦ blue 187

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

Shades of Denim #157BBB

Tints of Denim #157BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.16%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 6.34%
G = 37.16%
B = 56.5%

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

#157BBB (or 0x157BBB) is known color: Denim. HEX triplet: 15, 7B and BB. RGB value is (21,123,187). Sum of RGB (Red+Green+Blue) = 21+123+187=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #157BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BBB is #EA8444. Grayscale: #636363. Windows color (decimal): -15369285 or 12286741. OLE color: 12286741.

HSL color Cylindrical-coordinate representation of color #157BBB: hue angle of 203.13º 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 #157BBB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 123 187 -
CMYK 0.89 0.34 0 0.27
HSL 203.13º 0.8% 0.41% -
HSV(B) 203.13º 0.89% 0.73% -
XYZ 16.36 17.91 49.61 -
YUV 99.8 177.21 71.8 -
System Red Green Blue C M Y K H S L
Decimal 21 123 187 0.89 0.34 0 0.27 203.13 0.8 0.41
Hex 15 7B BB 59 22 0 1B CB 50 29
Octal 25 173 273 131 42 0 33 313 120 51
Binary 10101 1111011 10111011 1011001 100010 0 11011 11001011 1010000 101001

Color Harmonies of #157BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BBB

Black with #157BBB

Text Example


Text Example

White with #157BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,123,187); }

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

background-color css

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

 a { background-color: rgb(21,123,187); }

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

border-color css

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

 span { border-color: rgb(21,123,187); }

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