Html Css Color HEX #1353AD Denim

📋 copy color: '#1353AD'

red 19 ◦ green 83 ◦ blue 173

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

Shades of Denim #1353AD

Tints of Denim #1353AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 6.91%
G = 30.18%
B = 62.91%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1353AD (or 0x1353AD) is known color: Denim. HEX triplet: 13, 53 and AD. RGB value is (19,83,173). Sum of RGB (Red+Green+Blue) = 19+83+173=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #1353AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353AD is #ECAC52. Grayscale: #494949. Windows color (decimal): -15510611 or 11358995. OLE color: 11358995.

HSL color Cylindrical-coordinate representation of color #1353AD: hue angle of 215.06º 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 #1353AD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 83 173 -
CMYK 0.89 0.52 0 0.32
HSL 215.06º 0.8% 0.38% -
HSV(B) 215.06º 0.89% 0.68% -
XYZ 10.9 9.34 40.76 -
YUV 74.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 19 83 173 0.89 0.52 0 0.32 215.06 0.8 0.38
Hex 13 53 AD 59 34 0 20 D7 50 26
Octal 23 123 255 131 64 0 40 327 120 46
Binary 10011 1010011 10101101 1011001 110100 0 100000 11010111 1010000 100110

Color Harmonies of #1353AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353AD

Black with #1353AD

Text Example


Text Example

White with #1353AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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