#0407A4

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

Shades of New Midnight Blue #0407A4

Tints of New Midnight Blue #0407A4

Color information

#0407A4 (or 0x0407A4) is unknown color: approx New Midnight Blue. HEX triplet: 04, 07 and A4. RGB value is (4,7,164). Sum of RGB (Red+Green+Blue) = 4+7+164=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 164 (64.45% from 255 or 93.71% from 175); Max value from RGB is 164 - color contains mainly: blue. Hex color #0407A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0407A4 is #FBF85B. Grayscale: #171717. Windows color (decimal): -16513116 or 10749700. OLE color: 10749700.

HSL color Cylindrical-coordinate representation of color #0407A4: hue angle of 238.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0407A4 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB47164-
CMYK0.980.9600.36
HSL238.88º95.24%32.94%-
HSV(B)238.88º97.56%64.31%-
XYZ6.832.8635.31-
YUV24207.01113.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 164 (64.45% from 255) = 93.71%
R=2.29%
G=4%
B=93.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471640.980.9600.36238.8895.2432.94
Hex47A46260024ef5f21
Octal4724414214004435713741
Binary10011110100100110001011000000100100111011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0407A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0407A4; }

 p { color: rgb(4,7,164); }

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

<style>
 a { background-color: #0407A4; }

 a { background-color: rgb(4,7,164); }

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

<style>
 span { border-color: #0407A4; }

 span { border-color: rgb(4,7,164); }

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