Html Css Color HEX #1556CD Denim

📋 copy color: '#1556CD'

red 21 ◦ green 86 ◦ blue 205

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

Shades of Denim #1556CD

Tints of Denim #1556CD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 6.73%
G = 27.56%
B = 65.71%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1556CD (or 0x1556CD) is known color: Denim. HEX triplet: 15, 56 and CD. RGB value is (21,86,205). Sum of RGB (Red+Green+Blue) = 21+86+205=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1556CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556CD is #EAA932. Grayscale: #4F4F4F. Windows color (decimal): -15378739 or 13456917. OLE color: 13456917.

HSL color Cylindrical-coordinate representation of color #1556CD: hue angle of 218.8º 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 #1556CD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 86 205 -
CMYK 0.90 0.58 0 0.20
HSL 218.8º 0.81% 0.44% -
HSV(B) 218.8º 0.9% 0.8% -
XYZ 14.66 11.22 59.15 -
YUV 80.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 21 86 205 0.90 0.58 0 0.20 218.8 0.81 0.44
Hex 15 56 CD 5A 3A 0 14 DB 51 2C
Octal 25 126 315 132 72 0 24 333 121 54
Binary 10101 1010110 11001101 1011010 111010 0 10100 11011011 1010001 101100

Color Harmonies of #1556CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556CD

Black with #1556CD

Text Example


Text Example

White with #1556CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1556CD; }

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

 H1.HeaderClassName
 {
   color: #1556CD;
 }
 .AnyTagClassName
 {
   color: #1556CD;
 }
</style>

background-color css

<style>
 a { background-color: #1556CD; }

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

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

border-color css

<style>
 span { border-color: #1556CD; }

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

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