Html Css Color HEX #1359AB Denim

📋 copy color: '#1359AB'

red 19 ◦ green 89 ◦ blue 171

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

Shades of Denim #1359AB

Tints of Denim #1359AB

RGB

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

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

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

R = 6.81%
G = 31.9%
B = 61.29%

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

#1359AB (or 0x1359AB) is known color: Denim. HEX triplet: 13, 59 and AB. RGB value is (19,89,171). Sum of RGB (Red+Green+Blue) = 19+89+171=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #1359AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1359AB is #ECA654. Grayscale: #4D4D4D. Windows color (decimal): -15509077 or 11229459. OLE color: 11229459.

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

Color convert

RGB 19 89 171 -
CMYK 0.89 0.48 0 0.33
HSL 212.37º 0.8% 0.37% -
HSV(B) 212.37º 0.89% 0.67% -
XYZ 11.19 10.22 39.91 -
YUV 77.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 19 89 171 0.89 0.48 0 0.33 212.37 0.8 0.37
Hex 13 59 AB 59 30 0 21 D4 50 25
Octal 23 131 253 131 60 0 41 324 120 45
Binary 10011 1011001 10101011 1011001 110000 0 100001 11010100 1010000 100101

Color Harmonies of #1359AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359AB

Black with #1359AB

Text Example


Text Example

White with #1359AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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