Html Css Color HEX #1463AB Denim

📋 copy color: '#1463AB'

red 20 ◦ green 99 ◦ blue 171

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

Shades of Denim #1463AB

Tints of Denim #1463AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 6.9%
G = 34.14%
B = 58.97%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1463AB (or 0x1463AB) is known color: Denim. HEX triplet: 14, 63 and AB. RGB value is (20,99,171). Sum of RGB (Red+Green+Blue) = 20+99+171=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #1463AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463AB is #EB9C54. Grayscale: #535353. Windows color (decimal): -15440981 or 11232020. OLE color: 11232020.

HSL color Cylindrical-coordinate representation of color #1463AB: hue angle of 208.61º 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 #1463AB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 99 171 -
CMYK 0.88 0.42 0 0.33
HSL 208.61º 0.79% 0.37% -
HSV(B) 208.61º 0.88% 0.67% -
XYZ 12.1 12.01 40.21 -
YUV 83.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 20 99 171 0.88 0.42 0 0.33 208.61 0.79 0.37
Hex 14 63 AB 58 2A 0 21 D1 4F 25
Octal 24 143 253 130 52 0 41 321 117 45
Binary 10100 1100011 10101011 1011000 101010 0 100001 11010001 1001111 100101

Color Harmonies of #1463AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463AB

Black with #1463AB

Text Example


Text Example

White with #1463AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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