#0510A7

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

Shades of New Midnight Blue #0510A7

Tints of New Midnight Blue #0510A7

Color information

#0510A7 (or 0x0510A7) is unknown color: approx New Midnight Blue. HEX triplet: 05, 10 and A7. RGB value is (5,16,167). Sum of RGB (Red+Green+Blue) = 5+16+167=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 167 (65.62% from 255 or 88.83% from 188); Max value from RGB is 167 - color contains mainly: blue. Hex color #0510A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0510A7 is #FAEF58. Grayscale: #1D1D1D. Windows color (decimal): -16445273 or 10948613. OLE color: 10948613.

HSL color Cylindrical-coordinate representation of color #0510A7: hue angle of 235.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0510A7 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB516167-
CMYK0.970.9000.35
HSL235.93º94.19%33.73%-
HSV(B)235.93º97.01%65.49%-
XYZ7.223.1936.79-
YUV29.92205.36110.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 167 (65.62% from 255) = 88.83%
R=2.66%
G=8.51%
B=88.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5161670.970.9000.35235.9394.1933.73
Hex510A7615A023ec5e22
Octal52024714113204335413642
Binary1011000010100111110000110110100100011111011001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0510A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0510A7; }

 p { color: rgb(5,16,167); }

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

<style>
 a { background-color: #0510A7; }

 a { background-color: rgb(5,16,167); }

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

<style>
 span { border-color: #0510A7; }

 span { border-color: rgb(5,16,167); }

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