Html Css Color HEX #157CBE Denim

📋 copy color: '#157CBE'

red 21 ◦ green 124 ◦ blue 190

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

Shades of Denim #157CBE

Tints of Denim #157CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 6.27%
G = 37.01%
B = 56.72%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#157CBE (or 0x157CBE) is known color: Denim. HEX triplet: 15, 7C and BE. RGB value is (21,124,190). Sum of RGB (Red+Green+Blue) = 21+124+190=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #157CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CBE is #EA8341. Grayscale: #646464. Windows color (decimal): -15369026 or 12483605. OLE color: 12483605.

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

Color convert

RGB 21 124 190 -
CMYK 0.89 0.35 0 0.25
HSL 203.43º 0.8% 0.41% -
HSV(B) 203.43º 0.89% 0.75% -
XYZ 16.81 18.29 51.36 -
YUV 100.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 21 124 190 0.89 0.35 0 0.25 203.43 0.8 0.41
Hex 15 7C BE 59 23 0 19 CB 50 29
Octal 25 174 276 131 43 0 31 313 120 51
Binary 10101 1111100 10111110 1011001 100011 0 11001 11001011 1010000 101001

Color Harmonies of #157CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CBE

Black with #157CBE

Text Example


Text Example

White with #157CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,124,190); }

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

background-color css

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

 a { background-color: rgb(21,124,190); }

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

border-color css

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

 span { border-color: rgb(21,124,190); }

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