#011195

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

Shades of New Midnight Blue #011195

Tints of New Midnight Blue #011195

Color information

#011195 (or 0x011195) is unknown color: approx New Midnight Blue. HEX triplet: 01, 11 and 95. RGB value is (1,17,149). Sum of RGB (Red+Green+Blue) = 1+17+149=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #011195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011195 is #FEEE6A. Grayscale: #1A1A1A. Windows color (decimal): -16707179 or 9769217. OLE color: 9769217.

HSL color Cylindrical-coordinate representation of color #011195: hue angle of 233.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011195 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117149-
CMYK0.990.8900.42
HSL233.51º98.67%29.41%-
HSV(B)233.51º99.33%58.43%-
XYZ5.642.5828.63-
YUV27.26196.7109.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 149 (58.59% from 255) = 89.22%
R=0.60%
G=10.18%
B=89.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171490.990.8900.42233.5198.6729.41
Hex11195635902Aea631d
Octal12122514313105235214335
Binary1100011001010111000111011001010101011101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011195; }

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

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

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

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

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

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

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

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