Html Css Color HEX #156EC4 Denim

📋 copy color: '#156EC4'

red 21 ◦ green 110 ◦ blue 196

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

Shades of Denim #156EC4

Tints of Denim #156EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 59.94%

R = 6.42%
G = 33.64%
B = 59.94%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#156EC4 (or 0x156EC4) is known color: Denim. HEX triplet: 15, 6E and C4. RGB value is (21,110,196). Sum of RGB (Red+Green+Blue) = 21+110+196=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #156EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EC4 is #EA913B. Grayscale: #5C5C5C. Windows color (decimal): -15372604 or 12873237. OLE color: 12873237.

HSL color Cylindrical-coordinate representation of color #156EC4: hue angle of 209.49º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156EC4 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 110 196 -
CMYK 0.89 0.44 0 0.23
HSL 209.49º 0.81% 0.43% -
HSV(B) 209.49º 0.89% 0.77% -
XYZ 15.85 15.3 54.34 -
YUV 93.19 186.01 76.51 -
System Red Green Blue C M Y K H S L
Decimal 21 110 196 0.89 0.44 0 0.23 209.49 0.81 0.43
Hex 15 6E C4 59 2C 0 17 D1 51 2B
Octal 25 156 304 131 54 0 27 321 121 53
Binary 10101 1101110 11000100 1011001 101100 0 10111 11010001 1010001 101011

Color Harmonies of #156EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EC4

Black with #156EC4

Text Example


Text Example

White with #156EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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