Html Css Color HEX #1360AB Denim

📋 copy color: '#1360AB'

red 19 ◦ green 96 ◦ blue 171

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

Shades of Denim #1360AB

Tints of Denim #1360AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 6.64%
G = 33.57%
B = 59.79%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1360AB (or 0x1360AB) is known color: Denim. HEX triplet: 13, 60 and AB. RGB value is (19,96,171). Sum of RGB (Red+Green+Blue) = 19+96+171=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #1360AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1360AB is #EC9F54. Grayscale: #515151. Windows color (decimal): -15507285 or 11231251. OLE color: 11231251.

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

Color convert

RGB 19 96 171 -
CMYK 0.89 0.44 0 0.33
HSL 209.61º 0.8% 0.37% -
HSV(B) 209.61º 0.89% 0.67% -
XYZ 11.8 11.44 40.12 -
YUV 81.53 178.49 83.4 -
System Red Green Blue C M Y K H S L
Decimal 19 96 171 0.89 0.44 0 0.33 209.61 0.8 0.37
Hex 13 60 AB 59 2C 0 21 D2 50 25
Octal 23 140 253 131 54 0 41 322 120 45
Binary 10011 1100000 10101011 1011001 101100 0 100001 11010010 1010000 100101

Color Harmonies of #1360AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1360AB

Black with #1360AB

Text Example


Text Example

White with #1360AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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