#0512A7

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

Shades of New Midnight Blue #0512A7

Tints of New Midnight Blue #0512A7

Color information

#0512A7 (or 0x0512A7) is unknown color: approx New Midnight Blue. HEX triplet: 05, 12 and A7. RGB value is (5,18,167). Sum of RGB (Red+Green+Blue) = 5+18+167=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 167 (65.62% from 255 or 87.89% from 190); Max value from RGB is 167 - color contains mainly: blue. Hex color #0512A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0512A7 is #FAED58. Grayscale: #1E1E1E. Windows color (decimal): -16444761 or 10949125. OLE color: 10949125.

HSL color Cylindrical-coordinate representation of color #0512A7: hue angle of 235.19º 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 #0512A7 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB518167-
CMYK0.970.8900.35
HSL235.19º94.19%33.73%-
HSV(B)235.19º97.01%65.49%-
XYZ7.253.2536.81-
YUV31.1204.69109.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 167 (65.62% from 255) = 87.89%
R=2.63%
G=9.47%
B=87.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5181670.970.8900.35235.1994.1933.73
Hex512A76159023eb5e22
Octal52224714113104335313642
Binary1011001010100111110000110110010100011111010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0512A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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