#0112AA

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

Shades of New Midnight Blue #0112AA

Tints of New Midnight Blue #0112AA

Color information

#0112AA (or 0x0112AA) is unknown color: approx New Midnight Blue. HEX triplet: 01, 12 and AA. RGB value is (1,18,170). Sum of RGB (Red+Green+Blue) = 1+18+170=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #0112AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0112AA is #FEED55. Grayscale: #1D1D1D. Windows color (decimal): -16706902 or 11145729. OLE color: 11145729.

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

Color convert

RGB118170-
CMYK0.990.8900.33
HSL233.96º98.83%33.53%-
HSV(B)233.96º99.41%66.67%-
XYZ7.483.3438.28-
YUV30.24206.87107.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 170 (66.80% from 255) = 89.95%
R=0.53%
G=9.52%
B=89.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181700.990.8900.33233.9698.8333.53
Hex112AA6359021ea6322
Octal12225214313104135214342
Binary11001010101010110001110110010100001111010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0112AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,18,170); }

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

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

 a { background-color: rgb(1,18,170); }

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

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

 span { border-color: rgb(1,18,170); }

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