#01119F

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

Shades of New Midnight Blue #01119F

Tints of New Midnight Blue #01119F

Color information

#01119F (or 0x01119F) is unknown color: approx New Midnight Blue. HEX triplet: 01, 11 and 9F. RGB value is (1,17,159). Sum of RGB (Red+Green+Blue) = 1+17+159=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #01119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01119F is #FEEE60. Grayscale: #1B1B1B. Windows color (decimal): -16707169 or 10424577. OLE color: 10424577.

HSL color Cylindrical-coordinate representation of color #01119F: hue angle of 233.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01119F is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117159-
CMYK0.990.8900.38
HSL233.92º98.75%31.37%-
HSV(B)233.92º99.37%62.35%-
XYZ6.472.9133.02-
YUV28.4201.7108.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 159 (62.5% from 255) = 89.83%
R=0.56%
G=9.60%
B=89.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171590.990.8900.38233.9298.7531.37
Hex1119F6359026ea631f
Octal12123714313104635214337
Binary1100011001111111000111011001010011011101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01119F; }

 p { color: rgb(1,17,159); }

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

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

 a { background-color: rgb(1,17,159); }

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

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

 span { border-color: rgb(1,17,159); }

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