#0414AF

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

Shades of New Midnight Blue #0414AF

Tints of New Midnight Blue #0414AF

Color information

#0414AF (or 0x0414AF) is unknown color: approx New Midnight Blue. HEX triplet: 04, 14 and AF. RGB value is (4,20,175). Sum of RGB (Red+Green+Blue) = 4+20+175=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 20 (8.20% from 255 or 10.05% 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 #0414AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0414AF is #FBEB50. Grayscale: #202020. Windows color (decimal): -16509777 or 11473924. OLE color: 11473924.

HSL color Cylindrical-coordinate representation of color #0414AF: hue angle of 234.39º 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 #0414AF is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB420175-
CMYK0.980.8900.31
HSL234.39º95.53%35.1%-
HSV(B)234.39º97.71%68.63%-
XYZ8.043.6240.83-
YUV32.89208.2107.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4201750.980.8900.31234.3995.5335.1
Hex414AF625901Fea6023
Octal42425714213103735214043
Binary100101001010111111000101011001011111111010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0414AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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