Html Css Color HEX #1353AC Denim

📋 copy color: '#1353AC'

red 19 ◦ green 83 ◦ blue 172

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

Shades of Denim #1353AC

Tints of Denim #1353AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 6.93%
G = 30.29%
B = 62.77%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1353AC (or 0x1353AC) is known color: Denim. HEX triplet: 13, 53 and AC. RGB value is (19,83,172). Sum of RGB (Red+Green+Blue) = 19+83+172=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #1353AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353AC is #ECAC53. Grayscale: #494949. Windows color (decimal): -15510612 or 11293459. OLE color: 11293459.

HSL color Cylindrical-coordinate representation of color #1353AC: hue angle of 214.9º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1353AC is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 83 172 -
CMYK 0.89 0.52 0 0.33
HSL 214.9º 0.8% 0.37% -
HSV(B) 214.9º 0.89% 0.67% -
XYZ 10.81 9.3 40.26 -
YUV 74.01 183.3 88.76 -
System Red Green Blue C M Y K H S L
Decimal 19 83 172 0.89 0.52 0 0.33 214.9 0.8 0.37
Hex 13 53 AC 59 34 0 21 D7 50 25
Octal 23 123 254 131 64 0 41 327 120 45
Binary 10011 1010011 10101100 1011001 110100 0 100001 11010111 1010000 100101

Color Harmonies of #1353AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353AC

Black with #1353AC

Text Example


Text Example

White with #1353AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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