Html Css Color HEX #1463AE Denim

📋 copy color: '#1463AE'

red 20 ◦ green 99 ◦ blue 174

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

Shades of Denim #1463AE

Tints of Denim #1463AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 6.83%
G = 33.79%
B = 59.39%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1463AE (or 0x1463AE) is known color: Denim. HEX triplet: 14, 63 and AE. RGB value is (20,99,174). Sum of RGB (Red+Green+Blue) = 20+99+174=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #1463AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463AE is #EB9C51. Grayscale: #535353. Windows color (decimal): -15440978 or 11428628. OLE color: 11428628.

HSL color Cylindrical-coordinate representation of color #1463AE: hue angle of 209.22º degrees, saturation: 0.79, 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 #1463AE is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 99 174 -
CMYK 0.89 0.43 0 0.32
HSL 209.22º 0.79% 0.38% -
HSV(B) 209.22º 0.89% 0.68% -
XYZ 12.39 12.13 41.73 -
YUV 83.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 20 99 174 0.89 0.43 0 0.32 209.22 0.79 0.38
Hex 14 63 AE 59 2B 0 20 D1 4F 26
Octal 24 143 256 131 53 0 40 321 117 46
Binary 10100 1100011 10101110 1011001 101011 0 100000 11010001 1001111 100110

Color Harmonies of #1463AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1463AE

Black with #1463AE

Text Example


Text Example

White with #1463AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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