#1404AC

Color #1404AC New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1404AC

Tints of New Midnight Blue #1404AC

Color information

#1404AC (or 0x1404AC) is unknown color: approx New Midnight Blue. HEX triplet: 14, 04 and AC. RGB value is (20,4,172). Sum of RGB (Red+Green+Blue) = 20+4+172=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #1404AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AC is #EBFB53. Grayscale: #1B1B1B. Windows color (decimal): -15465300 or 11273236. OLE color: 11273236.

HSL color Cylindrical-coordinate representation of color #1404AC: hue angle of 245.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404AC is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB204172-
CMYK0.880.9800.33
HSL245.71º95.45%34.51%-
HSV(B)245.71º97.67%67.45%-
XYZ7.783.2139.24-
YUV27.94209.3122.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 172 (67.58% from 255) = 87.76%
R=10.20%
G=2.04%
B=87.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2041720.880.9800.33245.7195.4534.51
Hex144AC5862021f65f23
Octal24425413014204136613743
Binary1010010010101100101100011000100100001111101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1404AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1404AC; }

 p { color: rgb(20,4,172); }

 H1.HeaderClassName
 {
   color: #1404AC;
 }
 .AnyTagClassName
 {
   color: #1404AC;
 }
</style>
background-color css

<style>
 a { background-color: #1404AC; }

 a { background-color: rgb(20,4,172); }

 div.DivClassName
 {
   background-color: #1404AC;
 }
 .BgClassName
 {
   background-color: #1404AC;
 }
</style>
border-color css

<style>
 span { border-color: #1404AC; }

 span { border-color: rgb(20,4,172); }

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