Html Css Color HEX #156AC4 Denim

📋 copy color: '#156AC4'

red 21 ◦ green 106 ◦ blue 196

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

Shades of Denim #156AC4

Tints of Denim #156AC4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

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

R = 6.5%
G = 32.82%
B = 60.68%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#156AC4 (or 0x156AC4) is known color: Denim. HEX triplet: 15, 6A and C4. RGB value is (21,106,196). Sum of RGB (Red+Green+Blue) = 21+106+196=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #156AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AC4 is #EA953B. Grayscale: #5A5A5A. Windows color (decimal): -15373628 or 12872213. OLE color: 12872213.

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

Color convert

RGB 21 106 196 -
CMYK 0.89 0.46 0 0.23
HSL 210.86º 0.81% 0.43% -
HSV(B) 210.86º 0.89% 0.77% -
XYZ 15.43 14.45 54.2 -
YUV 90.85 187.34 78.18 -
System Red Green Blue C M Y K H S L
Decimal 21 106 196 0.89 0.46 0 0.23 210.86 0.81 0.43
Hex 15 6A C4 59 2E 0 17 D3 51 2B
Octal 25 152 304 131 56 0 27 323 121 53
Binary 10101 1101010 11000100 1011001 101110 0 10111 11010011 1010001 101011

Color Harmonies of #156AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156AC4

Black with #156AC4

Text Example


Text Example

White with #156AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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