Html Css Color HEX #1400A9 New Midnight Blue

📋 copy color: '#1400A9'

red 20 ◦ green 0 ◦ blue 169

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

Shades of New Midnight Blue #1400A9

Tints of New Midnight Blue #1400A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 89.42%

R = 10.58%
G = 0%
B = 89.42%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1400A9 (or 0x1400A9) is known color: New Midnight Blue. HEX triplet: 14, 00 and A9. RGB value is (20,0,169). Sum of RGB (Red+Green+Blue) = 20+0+169=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 169 (66.41% from 255 or 89.42% from 189); Max value from RGB is 169 - color contains mainly: blue. Hex color #1400A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1400A9 is #EBFF56. Grayscale: #181818. Windows color (decimal): -15466327 or 11075604. OLE color: 11075604.

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

Color convert

RGB 20 0 169 -
CMYK 0.88 1 0 0.34
HSL 247.1º 1% 0.33% -
HSV(B) 247.1º 1% 0.66% -
XYZ 7.45 3.01 37.73 -
YUV 25.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 20 0 169 0.88 1 0 0.34 247.1 1 0.33
Hex 14 0 A9 58 64 0 22 F7 64 21
Octal 24 0 251 130 144 0 42 367 144 41
Binary 10100 0 10101001 1011000 1100100 0 100010 11110111 1100100 100001

Color Harmonies of #1400A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400A9

Black with #1400A9

Text Example


Text Example

White with #1400A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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