Html Css Color HEX #156CBE Denim

📋 copy color: '#156CBE'

red 21 ◦ green 108 ◦ blue 190

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

Shades of Denim #156CBE

Tints of Denim #156CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 6.58%
G = 33.86%
B = 59.56%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#156CBE (or 0x156CBE) is known color: Denim. HEX triplet: 15, 6C and BE. RGB value is (21,108,190). Sum of RGB (Red+Green+Blue) = 21+108+190=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #156CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CBE is #EA9341. Grayscale: #5A5A5A. Windows color (decimal): -15373122 or 12479509. OLE color: 12479509.

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

Color convert

RGB 21 108 190 -
CMYK 0.89 0.43 0 0.25
HSL 209.11º 0.8% 0.41% -
HSV(B) 209.11º 0.89% 0.75% -
XYZ 14.97 14.6 50.74 -
YUV 91.34 183.68 77.83 -
System Red Green Blue C M Y K H S L
Decimal 21 108 190 0.89 0.43 0 0.25 209.11 0.8 0.41
Hex 15 6C BE 59 2B 0 19 D1 50 29
Octal 25 154 276 131 53 0 31 321 120 51
Binary 10101 1101100 10111110 1011001 101011 0 11001 11010001 1010000 101001

Color Harmonies of #156CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CBE

Black with #156CBE

Text Example


Text Example

White with #156CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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