Html Css Color HEX #1563CC Denim

📋 copy color: '#1563CC'

red 21 ◦ green 99 ◦ blue 204

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

Shades of Denim #1563CC

Tints of Denim #1563CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 6.48%
G = 30.56%
B = 62.96%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1563CC (or 0x1563CC) is known color: Denim. HEX triplet: 15, 63 and CC. RGB value is (21,99,204). Sum of RGB (Red+Green+Blue) = 21+99+204=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #1563CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563CC is #EA9C33. Grayscale: #575757. Windows color (decimal): -15375412 or 13394709. OLE color: 13394709.

HSL color Cylindrical-coordinate representation of color #1563CC: hue angle of 214.43º 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 #1563CC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 99 204 -
CMYK 0.90 0.51 0 0.2
HSL 214.43º 0.81% 0.44% -
HSV(B) 214.43º 0.9% 0.8% -
XYZ 15.67 13.44 58.9 -
YUV 87.65 193.66 80.46 -
System Red Green Blue C M Y K H S L
Decimal 21 99 204 0.90 0.51 0 0.2 214.43 0.81 0.44
Hex 15 63 CC 5A 33 0 14 D6 51 2C
Octal 25 143 314 132 63 0 24 326 121 54
Binary 10101 1100011 11001100 1011010 110011 0 10100 11010110 1010001 101100

Color Harmonies of #1563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563CC

Black with #1563CC

Text Example


Text Example

White with #1563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1563CC; }

 p { color: rgb(21,99,204); }

 H1.HeaderClassName
 {
   color: #1563CC;
 }
 .AnyTagClassName
 {
   color: #1563CC;
 }
</style>

background-color css

<style>
 a { background-color: #1563CC; }

 a { background-color: rgb(21,99,204); }

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

border-color css

<style>
 span { border-color: #1563CC; }

 span { border-color: rgb(21,99,204); }

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