Html Css Color HEX #156DCD Denim

📋 copy color: '#156DCD'

red 21 ◦ green 109 ◦ blue 205

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

Shades of Denim #156DCD

Tints of Denim #156DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 6.27%
G = 32.54%
B = 61.19%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#156DCD (or 0x156DCD) is known color: Denim. HEX triplet: 15, 6D and CD. RGB value is (21,109,205). Sum of RGB (Red+Green+Blue) = 21+109+205=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #156DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DCD is #EA9232. Grayscale: #5D5D5D. Windows color (decimal): -15372851 or 13462805. OLE color: 13462805.

HSL color Cylindrical-coordinate representation of color #156DCD: hue angle of 211.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156DCD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 109 205 -
CMYK 0.90 0.47 0 0.20
HSL 211.3º 0.81% 0.44% -
HSV(B) 211.3º 0.9% 0.8% -
XYZ 16.8 15.5 59.86 -
YUV 93.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 21 109 205 0.90 0.47 0 0.20 211.3 0.81 0.44
Hex 15 6D CD 5A 2F 0 14 D3 51 2C
Octal 25 155 315 132 57 0 24 323 121 54
Binary 10101 1101101 11001101 1011010 101111 0 10100 11010011 1010001 101100

Color Harmonies of #156DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DCD

Black with #156DCD

Text Example


Text Example

White with #156DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,109,205); }

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

background-color css

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

 a { background-color: rgb(21,109,205); }

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

border-color css

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

 span { border-color: rgb(21,109,205); }

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