Html Css Color HEX #1361AD Denim

📋 copy color: '#1361AD'

red 19 ◦ green 97 ◦ blue 173

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

Shades of Denim #1361AD

Tints of Denim #1361AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 6.57%
G = 33.56%
B = 59.86%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1361AD (or 0x1361AD) is known color: Denim. HEX triplet: 13, 61 and AD. RGB value is (19,97,173). Sum of RGB (Red+Green+Blue) = 19+97+173=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1361AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1361AD is #EC9E52. Grayscale: #515151. Windows color (decimal): -15507027 or 11362579. OLE color: 11362579.

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

Color convert

RGB 19 97 173 -
CMYK 0.89 0.44 0 0.32
HSL 209.61º 0.8% 0.38% -
HSV(B) 209.61º 0.89% 0.68% -
XYZ 12.09 11.7 41.16 -
YUV 82.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 19 97 173 0.89 0.44 0 0.32 209.61 0.8 0.38
Hex 13 61 AD 59 2C 0 20 D2 50 26
Octal 23 141 255 131 54 0 40 322 120 46
Binary 10011 1100001 10101101 1011001 101100 0 100000 11010010 1010000 100110

Color Harmonies of #1361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361AD

Black with #1361AD

Text Example


Text Example

White with #1361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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