#1404AF

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

Shades of New Midnight Blue #1404AF

Tints of New Midnight Blue #1404AF

Color information

#1404AF (or 0x1404AF) is unknown color: approx New Midnight Blue. HEX triplet: 14, 04 and AF. RGB value is (20,4,175). Sum of RGB (Red+Green+Blue) = 20+4+175=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #1404AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AF is #EBFB50. Grayscale: #1B1B1B. Windows color (decimal): -15465297 or 11469844. OLE color: 11469844.

HSL color Cylindrical-coordinate representation of color #1404AF: hue angle of 245.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404AF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB204175-
CMYK0.890.9800.31
HSL245.61º95.53%35.1%-
HSV(B)245.61º97.71%68.63%-
XYZ8.073.3340.78-
YUV28.28210.8122.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 175 (68.75% from 255) = 87.94%
R=10.05%
G=2.01%
B=87.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2041750.890.9800.31245.6195.5335.1
Hex144AF596201Ff66023
Octal24425713114203736614043
Binary101001001010111110110011100010011111111101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1404AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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