#01179E

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

Shades of New Midnight Blue #01179E

Tints of New Midnight Blue #01179E

Color information

#01179E (or 0x01179E) is unknown color: approx New Midnight Blue. HEX triplet: 01, 17 and 9E. RGB value is (1,23,158). Sum of RGB (Red+Green+Blue) = 1+23+158=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #01179E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01179E is #FEE861. Grayscale: #1F1F1F. Windows color (decimal): -16705634 or 10360577. OLE color: 10360577.

HSL color Cylindrical-coordinate representation of color #01179E: hue angle of 231.59º 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 #01179E is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB123158-
CMYK0.990.8500.38
HSL231.59º98.74%31.18%-
HSV(B)231.59º99.37%61.96%-
XYZ6.493.0932.6-
YUV31.81199.21106.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 158 (62.11% from 255) = 86.81%
R=0.55%
G=12.64%
B=86.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231580.990.8500.38231.5998.7431.18
Hex1179E6355026e8631f
Octal12723614312504635014337
Binary1101111001111011000111010101010011011101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01179E; }

 p { color: rgb(1,23,158); }

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

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

 a { background-color: rgb(1,23,158); }

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

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

 span { border-color: rgb(1,23,158); }

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