#1562c1

Color #1562C1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1562C1

Tints of Denim #1562C1

Color information

#1562C1 (or 0x1562C1) is unknown color: approx Denim. HEX triplet: 15, 62 and C1. RGB value is (21,98,193). Sum of RGB (Red+Green+Blue) = 21+98+193=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #1562C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562C1 is #EA9D3E. Grayscale: #555555. Windows color (decimal): -15375679 or 12673557. OLE color: 12673557.

HSL color Cylindrical-coordinate representation of color #1562C1: hue angle of 213.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1562C1 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2198193-
CMYK0.890.4900.24
HSL213.14º80.37%41.96%-
HSV(B)213.14º89.12%75.69%-
XYZ14.312.7552.16-
YUV85.81188.4981.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=6.73%
G=31.41%
B=61.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21981930.890.4900.24213.1480.3741.96
Hex1562C15931018d5502a
Octal251423011316103032512052
Binary101011100010110000011011001110001011000110101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1562c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1562c1; }

 p { color: rgb(21,98,193); }

 H1.HeaderClassName
 {
   color: #1562c1;
 }
 .AnyTagClassName
 {
   color: #1562c1;
 }
</style>
background-color css

<style>
 a { background-color: #1562c1; }

 a { background-color: rgb(21,98,193); }

 div.DivClassName
 {
   background-color: #1562c1;
 }
 .BgClassName
 {
   background-color: #1562c1;
 }
</style>
border-color css

<style>
 span { border-color: #1562c1; }

 span { border-color: rgb(21,98,193); }

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