Html Css Color HEX #1400AE New Midnight Blue

📋 copy color: '#1400AE'

red 20 ◦ green 0 ◦ blue 174

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

Shades of New Midnight Blue #1400AE

Tints of New Midnight Blue #1400AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.31%
G = 0%
B = 89.69%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1400AE (or 0x1400AE) is known color: New Midnight Blue. HEX triplet: 14, 00 and AE. RGB value is (20,0,174). Sum of RGB (Red+Green+Blue) = 20+0+174=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #1400AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1400AE is #EBFF51. Grayscale: #191919. Windows color (decimal): -15466322 or 11403284. OLE color: 11403284.

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

Color convert

RGB 20 0 174 -
CMYK 0.89 1 0 0.32
HSL 246.9º 1% 0.34% -
HSV(B) 246.9º 1% 0.68% -
XYZ 7.93 3.2 40.25 -
YUV 25.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 20 0 174 0.89 1 0 0.32 246.9 1 0.34
Hex 14 0 AE 59 64 0 20 F7 64 22
Octal 24 0 256 131 144 0 40 367 144 42
Binary 10100 0 10101110 1011001 1100100 0 100000 11110111 1100100 100010

Color Harmonies of #1400AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400AE

Black with #1400AE

Text Example


Text Example

White with #1400AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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