Html Css Color HEX #1566CD Denim

📋 copy color: '#1566CD'

red 21 ◦ green 102 ◦ blue 205

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

Shades of Denim #1566CD

Tints of Denim #1566CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 6.4%
G = 31.1%
B = 62.5%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1566CD (or 0x1566CD) is known color: Denim. HEX triplet: 15, 66 and CD. RGB value is (21,102,205). Sum of RGB (Red+Green+Blue) = 21+102+205=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #1566CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566CD is #EA9932. Grayscale: #595959. Windows color (decimal): -15374643 or 13461013. OLE color: 13461013.

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

Color convert

RGB 21 102 205 -
CMYK 0.90 0.50 0 0.20
HSL 213.59º 0.81% 0.44% -
HSV(B) 213.59º 0.9% 0.8% -
XYZ 16.08 14.07 59.63 -
YUV 89.52 193.16 79.12 -
System Red Green Blue C M Y K H S L
Decimal 21 102 205 0.90 0.50 0 0.20 213.59 0.81 0.44
Hex 15 66 CD 5A 32 0 14 D6 51 2C
Octal 25 146 315 132 62 0 24 326 121 54
Binary 10101 1100110 11001101 1011010 110010 0 10100 11010110 1010001 101100

Color Harmonies of #1566CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1566CD

Black with #1566CD

Text Example


Text Example

White with #1566CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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