#011896

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

Shades of New Midnight Blue #011896

Tints of New Midnight Blue #011896

Color information

#011896 (or 0x011896) is unknown color: approx New Midnight Blue. HEX triplet: 01, 18 and 96. RGB value is (1,24,150). Sum of RGB (Red+Green+Blue) = 1+24+150=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #011896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011896 is #FEE769. Grayscale: #1E1E1E. Windows color (decimal): -16705386 or 9836545. OLE color: 9836545.

HSL color Cylindrical-coordinate representation of color #011896: hue angle of 230.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011896 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB124150-
CMYK0.990.8400.41
HSL230.74º98.68%29.61%-
HSV(B)230.74º99.33%58.82%-
XYZ5.842.8629.1-
YUV31.49194.88106.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 150 (58.98% from 255) = 85.71%
R=0.57%
G=13.71%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241500.990.8400.41230.7498.6829.61
Hex118966354029e7631e
Octal13022614312405134714336
Binary1110001001011011000111010100010100111100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011896; }

 p { color: rgb(1,24,150); }

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

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

 a { background-color: rgb(1,24,150); }

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

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

 span { border-color: rgb(1,24,150); }

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