Html Css Color HEX #1356AB Denim

📋 copy color: '#1356AB'

red 19 ◦ green 86 ◦ blue 171

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

Shades of Denim #1356AB

Tints of Denim #1356AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 6.88%
G = 31.16%
B = 61.96%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1356AB (or 0x1356AB) is known color: Denim. HEX triplet: 13, 56 and AB. RGB value is (19,86,171). Sum of RGB (Red+Green+Blue) = 19+86+171=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1356AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1356AB is #ECA954. Grayscale: #4B4B4B. Windows color (decimal): -15509845 or 11228691. OLE color: 11228691.

HSL color Cylindrical-coordinate representation of color #1356AB: hue angle of 213.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 #1356AB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 86 171 -
CMYK 0.89 0.50 0 0.33
HSL 213.55º 0.8% 0.37% -
HSV(B) 213.55º 0.89% 0.67% -
XYZ 10.95 9.73 39.83 -
YUV 75.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 19 86 171 0.89 0.50 0 0.33 213.55 0.8 0.37
Hex 13 56 AB 59 32 0 21 D6 50 25
Octal 23 126 253 131 62 0 41 326 120 45
Binary 10011 1010110 10101011 1011001 110010 0 100001 11010110 1010000 100101

Color Harmonies of #1356AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356AB

Black with #1356AB

Text Example


Text Example

White with #1356AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1356AB; }

 p { color: rgb(19,86,171); }

 H1.HeaderClassName
 {
   color: #1356AB;
 }
 .AnyTagClassName
 {
   color: #1356AB;
 }
</style>

background-color css

<style>
 a { background-color: #1356AB; }

 a { background-color: rgb(19,86,171); }

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

border-color css

<style>
 span { border-color: #1356AB; }

 span { border-color: rgb(19,86,171); }

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