Html Css Color HEX #156EBC Denim

📋 copy color: '#156EBC'

red 21 ◦ green 110 ◦ blue 188

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

Shades of Denim #156EBC

Tints of Denim #156EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

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

R = 6.58%
G = 34.48%
B = 58.93%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#156EBC (or 0x156EBC) is known color: Denim. HEX triplet: 15, 6E and BC. RGB value is (21,110,188). Sum of RGB (Red+Green+Blue) = 21+110+188=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #156EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EBC is #EA9143. Grayscale: #5B5B5B. Windows color (decimal): -15372612 or 12348949. OLE color: 12348949.

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

Color convert

RGB 21 110 188 -
CMYK 0.89 0.41 0 0.26
HSL 208.02º 0.8% 0.41% -
HSV(B) 208.02º 0.89% 0.74% -
XYZ 14.96 14.94 49.67 -
YUV 92.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 21 110 188 0.89 0.41 0 0.26 208.02 0.8 0.41
Hex 15 6E BC 59 29 0 1A D0 50 29
Octal 25 156 274 131 51 0 32 320 120 51
Binary 10101 1101110 10111100 1011001 101001 0 11010 11010000 1010000 101001

Color Harmonies of #156EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EBC

Black with #156EBC

Text Example


Text Example

White with #156EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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