Html Css Color HEX #1355AD Denim

📋 copy color: '#1355AD'

red 19 ◦ green 85 ◦ blue 173

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

Shades of Denim #1355AD

Tints of Denim #1355AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.45%

R = 6.86%
G = 30.69%
B = 62.45%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1355AD (or 0x1355AD) is known color: Denim. HEX triplet: 13, 55 and AD. RGB value is (19,85,173). Sum of RGB (Red+Green+Blue) = 19+85+173=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #1355AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1355AD is #ECAA52. Grayscale: #4A4A4A. Windows color (decimal): -15510099 or 11359507. OLE color: 11359507.

HSL color Cylindrical-coordinate representation of color #1355AD: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1355AD is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 85 173 -
CMYK 0.89 0.51 0 0.32
HSL 214.29º 0.8% 0.38% -
HSV(B) 214.29º 0.89% 0.68% -
XYZ 11.06 9.65 40.82 -
YUV 75.3 183.13 87.84 -
System Red Green Blue C M Y K H S L
Decimal 19 85 173 0.89 0.51 0 0.32 214.29 0.8 0.38
Hex 13 55 AD 59 33 0 20 D6 50 26
Octal 23 125 255 131 63 0 40 326 120 46
Binary 10011 1010101 10101101 1011001 110011 0 100000 11010110 1010000 100110

Color Harmonies of #1355AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355AD

Black with #1355AD

Text Example


Text Example

White with #1355AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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