Html Css Color HEX #1563AF Denim

📋 copy color: '#1563AF'

red 21 ◦ green 99 ◦ blue 175

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

Shades of Denim #1563AF

Tints of Denim #1563AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 7.12%
G = 33.56%
B = 59.32%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1563AF (or 0x1563AF) is known color: Denim. HEX triplet: 15, 63 and AF. RGB value is (21,99,175). Sum of RGB (Red+Green+Blue) = 21+99+175=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #1563AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1563AF is #EA9C50. Grayscale: #535353. Windows color (decimal): -15375441 or 11494165. OLE color: 11494165.

HSL color Cylindrical-coordinate representation of color #1563AF: hue angle of 209.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1563AF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 99 175 -
CMYK 0.88 0.43 0 0.31
HSL 209.61º 0.79% 0.38% -
HSV(B) 209.61º 0.88% 0.69% -
XYZ 12.51 12.18 42.25 -
YUV 84.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 21 99 175 0.88 0.43 0 0.31 209.61 0.79 0.38
Hex 15 63 AF 58 2B 0 1F D2 4F 26
Octal 25 143 257 130 53 0 37 322 117 46
Binary 10101 1100011 10101111 1011000 101011 0 11111 11010010 1001111 100110

Color Harmonies of #1563AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563AF

Black with #1563AF

Text Example


Text Example

White with #1563AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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