Html Css Color HEX #1356AD Denim

📋 copy color: '#1356AD'

red 19 ◦ green 86 ◦ blue 173

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

Shades of Denim #1356AD

Tints of Denim #1356AD

RGB

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

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

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

R = 6.83%
G = 30.94%
B = 62.23%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1356AD (or 0x1356AD) is known color: Denim. HEX triplet: 13, 56 and AD. RGB value is (19,86,173). Sum of RGB (Red+Green+Blue) = 19+86+173=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1356AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1356AD is #ECA952. Grayscale: #4B4B4B. Windows color (decimal): -15509843 or 11359763. OLE color: 11359763.

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

Color convert

RGB 19 86 173 -
CMYK 0.89 0.50 0 0.32
HSL 213.9º 0.8% 0.38% -
HSV(B) 213.9º 0.89% 0.68% -
XYZ 11.14 9.81 40.84 -
YUV 75.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 19 86 173 0.89 0.50 0 0.32 213.9 0.8 0.38
Hex 13 56 AD 59 32 0 20 D6 50 26
Octal 23 126 255 131 62 0 40 326 120 46
Binary 10011 1010110 10101101 1011001 110010 0 100000 11010110 1010000 100110

Color Harmonies of #1356AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356AD

Black with #1356AD

Text Example


Text Example

White with #1356AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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