Html Css Color HEX #1461AB Denim

📋 copy color: '#1461AB'

red 20 ◦ green 97 ◦ blue 171

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

Shades of Denim #1461AB

Tints of Denim #1461AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 6.94%
G = 33.68%
B = 59.38%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1461AB (or 0x1461AB) is known color: Denim. HEX triplet: 14, 61 and AB. RGB value is (20,97,171). Sum of RGB (Red+Green+Blue) = 20+97+171=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #1461AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1461AB is #EB9E54. Grayscale: #525252. Windows color (decimal): -15441493 or 11231508. OLE color: 11231508.

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

Color convert

RGB 20 97 171 -
CMYK 0.88 0.43 0 0.33
HSL 209.4º 0.79% 0.37% -
HSV(B) 209.4º 0.88% 0.67% -
XYZ 11.91 11.64 40.15 -
YUV 82.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 20 97 171 0.88 0.43 0 0.33 209.4 0.79 0.37
Hex 14 61 AB 58 2B 0 21 D1 4F 25
Octal 24 141 253 130 53 0 41 321 117 45
Binary 10100 1100001 10101011 1011000 101011 0 100001 11010001 1001111 100101

Color Harmonies of #1461AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1461AB

Black with #1461AB

Text Example


Text Example

White with #1461AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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