Html Css Color HEX #1411AE New Midnight Blue

📋 copy color: '#1411AE'

red 20 ◦ green 17 ◦ blue 174

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

Shades of New Midnight Blue #1411AE

Tints of New Midnight Blue #1411AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 9.48%
G = 8.06%
B = 82.46%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1411AE (or 0x1411AE) is known color: New Midnight Blue. HEX triplet: 14, 11 and AE. RGB value is (20,17,174). Sum of RGB (Red+Green+Blue) = 20+17+174=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #1411AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1411AE is #EBEE51. Grayscale: #232323. Windows color (decimal): -15461970 or 11407636. OLE color: 11407636.

HSL color Cylindrical-coordinate representation of color #1411AE: hue angle of 241.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1411AE is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 17 174 -
CMYK 0.89 0.90 0 0.32
HSL 241.15º 0.82% 0.37% -
HSV(B) 241.15º 0.9% 0.68% -
XYZ 8.13 3.61 40.31 -
YUV 35.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 20 17 174 0.89 0.90 0 0.32 241.15 0.82 0.37
Hex 14 11 AE 59 5A 0 20 F1 52 25
Octal 24 21 256 131 132 0 40 361 122 45
Binary 10100 10001 10101110 1011001 1011010 0 100000 11110001 1010010 100101

Color Harmonies of #1411AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1411AE

Black with #1411AE

Text Example


Text Example

White with #1411AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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