Html Css Color HEX #1363AD Denim

📋 copy color: '#1363AD'

red 19 ◦ green 99 ◦ blue 173

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

Shades of Denim #1363AD

Tints of Denim #1363AD

RGB

 RED value IS 19 (7.81% from 255) = 6.53%

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

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 6.53%
G = 34.02%
B = 59.45%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1363AD (or 0x1363AD) is known color: Denim. HEX triplet: 13, 63 and AD. RGB value is (19,99,173). Sum of RGB (Red+Green+Blue) = 19+99+173=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1363AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1363AD is #EC9C52. Grayscale: #535353. Windows color (decimal): -15506515 or 11363091. OLE color: 11363091.

HSL color Cylindrical-coordinate representation of color #1363AD: hue angle of 208.83º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1363AD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 99 173 -
CMYK 0.89 0.43 0 0.32
HSL 208.83º 0.8% 0.38% -
HSV(B) 208.83º 0.89% 0.68% -
XYZ 12.27 12.08 41.22 -
YUV 83.52 178.5 81.98 -
System Red Green Blue C M Y K H S L
Decimal 19 99 173 0.89 0.43 0 0.32 208.83 0.8 0.38
Hex 13 63 AD 59 2B 0 20 D1 50 26
Octal 23 143 255 131 53 0 40 321 120 46
Binary 10011 1100011 10101101 1011001 101011 0 100000 11010001 1010000 100110

Color Harmonies of #1363AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363AD

Black with #1363AD

Text Example


Text Example

White with #1363AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1363AD; }

 p { color: rgb(19,99,173); }

 H1.HeaderClassName
 {
   color: #1363AD;
 }
 .AnyTagClassName
 {
   color: #1363AD;
 }
</style>

background-color css

<style>
 a { background-color: #1363AD; }

 a { background-color: rgb(19,99,173); }

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

border-color css

<style>
 span { border-color: #1363AD; }

 span { border-color: rgb(19,99,173); }

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