Html Css Color HEX #1563BA Denim

📋 copy color: '#1563BA'

red 21 ◦ green 99 ◦ blue 186

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

Shades of Denim #1563BA

Tints of Denim #1563BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 6.86%
G = 32.35%
B = 60.78%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1563BA (or 0x1563BA) is known color: Denim. HEX triplet: 15, 63 and BA. RGB value is (21,99,186). Sum of RGB (Red+Green+Blue) = 21+99+186=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1563BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563BA is #EA9C45. Grayscale: #555555. Windows color (decimal): -15375430 or 12215061. OLE color: 12215061.

HSL color Cylindrical-coordinate representation of color #1563BA: hue angle of 211.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1563BA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 99 186 -
CMYK 0.89 0.47 0 0.27
HSL 211.64º 0.8% 0.41% -
HSV(B) 211.64º 0.89% 0.73% -
XYZ 13.63 12.63 48.17 -
YUV 85.6 184.66 81.93 -
System Red Green Blue C M Y K H S L
Decimal 21 99 186 0.89 0.47 0 0.27 211.64 0.8 0.41
Hex 15 63 BA 59 2F 0 1B D4 50 29
Octal 25 143 272 131 57 0 33 324 120 51
Binary 10101 1100011 10111010 1011001 101111 0 11011 11010100 1010000 101001

Color Harmonies of #1563BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1563BA

Black with #1563BA

Text Example


Text Example

White with #1563BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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