Html Css Color HEX #1453AD Denim

📋 copy color: '#1453AD'

red 20 ◦ green 83 ◦ blue 173

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

Shades of Denim #1453AD

Tints of Denim #1453AD

RGB

 RED value IS 20 (8.2% from 255) = 7.25%

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

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

R = 7.25%
G = 30.07%
B = 62.68%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1453AD (or 0x1453AD) is known color: Denim. HEX triplet: 14, 53 and AD. RGB value is (20,83,173). Sum of RGB (Red+Green+Blue) = 20+83+173=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1453AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1453AD is #EBAC52. Grayscale: #4A4A4A. Windows color (decimal): -15445075 or 11358996. OLE color: 11358996.

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

Color convert

RGB 20 83 173 -
CMYK 0.88 0.52 0 0.32
HSL 215.29º 0.79% 0.38% -
HSV(B) 215.29º 0.88% 0.68% -
XYZ 10.92 9.35 40.76 -
YUV 74.42 183.63 89.18 -
System Red Green Blue C M Y K H S L
Decimal 20 83 173 0.88 0.52 0 0.32 215.29 0.79 0.38
Hex 14 53 AD 58 34 0 20 D7 4F 26
Octal 24 123 255 130 64 0 40 327 117 46
Binary 10100 1010011 10101101 1011000 110100 0 100000 11010111 1001111 100110

Color Harmonies of #1453AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453AD

Black with #1453AD

Text Example


Text Example

White with #1453AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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