Html Css Color HEX #1359AC Denim

📋 copy color: '#1359AC'

red 19 ◦ green 89 ◦ blue 172

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

Shades of Denim #1359AC

Tints of Denim #1359AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 6.79%
G = 31.79%
B = 61.43%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1359AC (or 0x1359AC) is known color: Denim. HEX triplet: 13, 59 and AC. RGB value is (19,89,172). Sum of RGB (Red+Green+Blue) = 19+89+172=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #1359AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1359AC is #ECA653. Grayscale: #4D4D4D. Windows color (decimal): -15509076 or 11294995. OLE color: 11294995.

HSL color Cylindrical-coordinate representation of color #1359AC: hue angle of 212.55º 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 #1359AC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 89 172 -
CMYK 0.89 0.48 0 0.33
HSL 212.55º 0.8% 0.37% -
HSV(B) 212.55º 0.89% 0.67% -
XYZ 11.29 10.26 40.42 -
YUV 77.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 19 89 172 0.89 0.48 0 0.33 212.55 0.8 0.37
Hex 13 59 AC 59 30 0 21 D5 50 25
Octal 23 131 254 131 60 0 41 325 120 45
Binary 10011 1011001 10101100 1011001 110000 0 100001 11010101 1010000 100101

Color Harmonies of #1359AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359AC

Black with #1359AC

Text Example


Text Example

White with #1359AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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