Html Css Color HEX #1355AB Denim

📋 copy color: '#1355AB'

red 19 ◦ green 85 ◦ blue 171

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

Shades of Denim #1355AB

Tints of Denim #1355AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 6.91%
G = 30.91%
B = 62.18%

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

#1355AB (or 0x1355AB) is known color: Denim. HEX triplet: 13, 55 and AB. RGB value is (19,85,171). Sum of RGB (Red+Green+Blue) = 19+85+171=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1355AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1355AB is #ECAA54. Grayscale: #4A4A4A. Windows color (decimal): -15510101 or 11228435. OLE color: 11228435.

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

Color convert

RGB 19 85 171 -
CMYK 0.89 0.50 0 0.33
HSL 213.95º 0.8% 0.37% -
HSV(B) 213.95º 0.89% 0.67% -
XYZ 10.87 9.58 39.8 -
YUV 75.07 182.13 88.01 -
System Red Green Blue C M Y K H S L
Decimal 19 85 171 0.89 0.50 0 0.33 213.95 0.8 0.37
Hex 13 55 AB 59 32 0 21 D6 50 25
Octal 23 125 253 131 62 0 41 326 120 45
Binary 10011 1010101 10101011 1011001 110010 0 100001 11010110 1010000 100101

Color Harmonies of #1355AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355AB

Black with #1355AB

Text Example


Text Example

White with #1355AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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