#0504A4

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

Shades of New Midnight Blue #0504A4

Tints of New Midnight Blue #0504A4

Color information

#0504A4 (or 0x0504A4) is unknown color: approx New Midnight Blue. HEX triplet: 05, 04 and A4. RGB value is (5,4,164). Sum of RGB (Red+Green+Blue) = 5+4+164=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 164 (64.45% from 255 or 94.80% from 173); Max value from RGB is 164 - color contains mainly: blue. Hex color #0504A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0504A4 is #FAFB5B. Grayscale: #151515. Windows color (decimal): -16448348 or 10748933. OLE color: 10748933.

HSL color Cylindrical-coordinate representation of color #0504A4: hue angle of 240.38º 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 #0504A4 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54164-
CMYK0.970.9800.36
HSL240.38º95.24%32.94%-
HSV(B)240.38º97.56%64.31%-
XYZ6.812.835.3-
YUV22.54207.83115.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 164 (64.45% from 255) = 94.80%
R=2.89%
G=2.31%
B=94.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541640.970.9800.36240.3895.2432.94
Hex54A46162024f05f21
Octal5424414114204436013741
Binary10110010100100110000111000100100100111100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0504A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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