#0415AF

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

Shades of New Midnight Blue #0415AF

Tints of New Midnight Blue #0415AF

Color information

#0415AF (or 0x0415AF) is unknown color: approx New Midnight Blue. HEX triplet: 04, 15 and AF. RGB value is (4,21,175). Sum of RGB (Red+Green+Blue) = 4+21+175=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #0415AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0415AF is #FBEA50. Grayscale: #202020. Windows color (decimal): -16509521 or 11474180. OLE color: 11474180.

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

Color convert

RGB421175-
CMYK0.980.8800.31
HSL234.04º95.53%35.1%-
HSV(B)234.04º97.71%68.63%-
XYZ8.063.6640.84-
YUV33.47207.87106.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 175 (68.75% from 255) = 87.5%
R=2%
G=10.5%
B=87.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4211750.980.8800.31234.0495.5335.1
Hex415AF625801Fea6023
Octal42525714213003735214043
Binary100101011010111111000101011000011111111010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0415AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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