Html Css Color HEX #1361AC Denim

📋 copy color: '#1361AC'

red 19 ◦ green 97 ◦ blue 172

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

Shades of Denim #1361AC

Tints of Denim #1361AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 6.6%
G = 33.68%
B = 59.72%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1361AC (or 0x1361AC) is known color: Denim. HEX triplet: 13, 61 and AC. RGB value is (19,97,172). Sum of RGB (Red+Green+Blue) = 19+97+172=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #1361AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1361AC is #EC9E53. Grayscale: #515151. Windows color (decimal): -15507028 or 11297043. OLE color: 11297043.

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

Color convert

RGB 19 97 172 -
CMYK 0.89 0.44 0 0.33
HSL 209.41º 0.8% 0.37% -
HSV(B) 209.41º 0.89% 0.67% -
XYZ 11.99 11.67 40.65 -
YUV 82.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 19 97 172 0.89 0.44 0 0.33 209.41 0.8 0.37
Hex 13 61 AC 59 2C 0 21 D1 50 25
Octal 23 141 254 131 54 0 41 321 120 45
Binary 10011 1100001 10101100 1011001 101100 0 100001 11010001 1010000 100101

Color Harmonies of #1361AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1361AC

Black with #1361AC

Text Example


Text Example

White with #1361AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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