Html Css Color HEX #1461AC Denim

📋 copy color: '#1461AC'

red 20 ◦ green 97 ◦ blue 172

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

Shades of Denim #1461AC

Tints of Denim #1461AC

RGB

 RED value IS 20 (8.2% from 255) = 6.92%

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

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

R = 6.92%
G = 33.56%
B = 59.52%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1461AC (or 0x1461AC) is known color: Denim. HEX triplet: 14, 61 and AC. RGB value is (20,97,172). Sum of RGB (Red+Green+Blue) = 20+97+172=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #1461AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1461AC is #EB9E53. Grayscale: #525252. Windows color (decimal): -15441492 or 11297044. OLE color: 11297044.

HSL color Cylindrical-coordinate representation of color #1461AC: hue angle of 209.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1461AC is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 97 172 -
CMYK 0.88 0.44 0 0.33
HSL 209.61º 0.79% 0.38% -
HSV(B) 209.61º 0.88% 0.67% -
XYZ 12.01 11.68 40.65 -
YUV 82.53 178.49 83.4 -
System Red Green Blue C M Y K H S L
Decimal 20 97 172 0.88 0.44 0 0.33 209.61 0.79 0.38
Hex 14 61 AC 58 2C 0 21 D2 4F 26
Octal 24 141 254 130 54 0 41 322 117 46
Binary 10100 1100001 10101100 1011000 101100 0 100001 11010010 1001111 100110

Color Harmonies of #1461AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461AC

Black with #1461AC

Text Example


Text Example

White with #1461AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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