#0115AD

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

Shades of New Midnight Blue #0115AD

Tints of New Midnight Blue #0115AD

Color information

#0115AD (or 0x0115AD) is unknown color: approx New Midnight Blue. HEX triplet: 01, 15 and AD. RGB value is (1,21,173). Sum of RGB (Red+Green+Blue) = 1+21+173=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0115AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0115AD is #FEEA52. Grayscale: #1F1F1F. Windows color (decimal): -16706131 or 11343105. OLE color: 11343105.

HSL color Cylindrical-coordinate representation of color #0115AD: hue angle of 233.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0115AD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121173-
CMYK0.990.8800.32
HSL233.02º98.85%34.12%-
HSV(B)233.02º99.42%67.84%-
XYZ7.823.5639.81-
YUV32.35207.37105.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 173 (67.97% from 255) = 88.72%
R=0.51%
G=10.77%
B=88.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211730.990.8800.32233.0298.8534.12
Hex115AD6358020e96322
Octal12525514313004035114342
Binary11010110101101110001110110000100000111010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0115AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0115AD; }

 p { color: rgb(1,21,173); }

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

<style>
 a { background-color: #0115AD; }

 a { background-color: rgb(1,21,173); }

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

<style>
 span { border-color: #0115AD; }

 span { border-color: rgb(1,21,173); }

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