Html Css Color HEX #156BBE Denim

📋 copy color: '#156BBE'

red 21 ◦ green 107 ◦ blue 190

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

Shades of Denim #156BBE

Tints of Denim #156BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 6.6%
G = 33.65%
B = 59.75%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#156BBE (or 0x156BBE) is known color: Denim. HEX triplet: 15, 6B and BE. RGB value is (21,107,190). Sum of RGB (Red+Green+Blue) = 21+107+190=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #156BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BBE is #EA9441. Grayscale: #5A5A5A. Windows color (decimal): -15373378 or 12479253. OLE color: 12479253.

HSL color Cylindrical-coordinate representation of color #156BBE: hue angle of 209.47º 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 #156BBE is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 107 190 -
CMYK 0.89 0.44 0 0.25
HSL 209.47º 0.8% 0.41% -
HSV(B) 209.47º 0.89% 0.75% -
XYZ 14.86 14.39 50.71 -
YUV 90.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 21 107 190 0.89 0.44 0 0.25 209.47 0.8 0.41
Hex 15 6B BE 59 2C 0 19 D1 50 29
Octal 25 153 276 131 54 0 31 321 120 51
Binary 10101 1101011 10111110 1011001 101100 0 11001 11010001 1010000 101001

Color Harmonies of #156BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BBE

Black with #156BBE

Text Example


Text Example

White with #156BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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