Html Css Color HEX #1563CF Denim

📋 copy color: '#1563CF'

red 21 ◦ green 99 ◦ blue 207

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

Shades of Denim #1563CF

Tints of Denim #1563CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.3%

R = 6.42%
G = 30.28%
B = 63.3%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1563CF (or 0x1563CF) is known color: Denim. HEX triplet: 15, 63 and CF. RGB value is (21,99,207). Sum of RGB (Red+Green+Blue) = 21+99+207=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1563CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563CF is #EA9C30. Grayscale: #575757. Windows color (decimal): -15375409 or 13591317. OLE color: 13591317.

HSL color Cylindrical-coordinate representation of color #1563CF: hue angle of 214.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1563CF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 99 207 -
CMYK 0.90 0.52 0 0.19
HSL 214.84º 0.82% 0.45% -
HSV(B) 214.84º 0.9% 0.81% -
XYZ 16.03 13.59 60.81 -
YUV 87.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 21 99 207 0.90 0.52 0 0.19 214.84 0.82 0.45
Hex 15 63 CF 5A 34 0 13 D7 52 2D
Octal 25 143 317 132 64 0 23 327 122 55
Binary 10101 1100011 11001111 1011010 110100 0 10011 11010111 1010010 101101

Color Harmonies of #1563CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563CF

Black with #1563CF

Text Example


Text Example

White with #1563CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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