Html Css Color HEX #1353AE Denim

📋 copy color: '#1353AE'

red 19 ◦ green 83 ◦ blue 174

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

Shades of Denim #1353AE

Tints of Denim #1353AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 6.88%
G = 30.07%
B = 63.04%

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

#1353AE (or 0x1353AE) is known color: Denim. HEX triplet: 13, 53 and AE. RGB value is (19,83,174). Sum of RGB (Red+Green+Blue) = 19+83+174=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #1353AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353AE is #ECAC51. Grayscale: #494949. Windows color (decimal): -15510610 or 11424531. OLE color: 11424531.

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

Color convert

RGB 19 83 174 -
CMYK 0.89 0.52 0 0.32
HSL 215.23º 0.8% 0.38% -
HSV(B) 215.23º 0.89% 0.68% -
XYZ 11 9.38 41.28 -
YUV 74.24 184.3 88.6 -
System Red Green Blue C M Y K H S L
Decimal 19 83 174 0.89 0.52 0 0.32 215.23 0.8 0.38
Hex 13 53 AE 59 34 0 20 D7 50 26
Octal 23 123 256 131 64 0 40 327 120 46
Binary 10011 1010011 10101110 1011001 110100 0 100000 11010111 1010000 100110

Color Harmonies of #1353AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353AE

Black with #1353AE

Text Example


Text Example

White with #1353AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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