#0515AA

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

Shades of New Midnight Blue #0515AA

Tints of New Midnight Blue #0515AA

Color information

#0515AA (or 0x0515AA) is unknown color: approx New Midnight Blue. HEX triplet: 05, 15 and AA. RGB value is (5,21,170). Sum of RGB (Red+Green+Blue) = 5+21+170=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0515AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0515AA is #FAEA55. Grayscale: #202020. Windows color (decimal): -16443990 or 11146501. OLE color: 11146501.

HSL color Cylindrical-coordinate representation of color #0515AA: hue angle of 234.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0515AA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB521170-
CMYK0.970.8800.33
HSL234.18º94.29%34.31%-
HSV(B)234.18º97.06%66.67%-
XYZ7.593.4738.3-
YUV33.2205.2107.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 170 (66.80% from 255) = 86.73%
R=2.55%
G=10.71%
B=86.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5211700.970.8800.33234.1894.2934.31
Hex515AA6158021ea5e22
Octal52525214113004135213642
Binary1011010110101010110000110110000100001111010101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0515AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0515AA; }

 p { color: rgb(5,21,170); }

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

<style>
 a { background-color: #0515AA; }

 a { background-color: rgb(5,21,170); }

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

<style>
 span { border-color: #0515AA; }

 span { border-color: rgb(5,21,170); }

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