#0111B3

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

Shades of New Midnight Blue #0111B3

Tints of New Midnight Blue #0111B3

Color information

#0111B3 (or 0x0111B3) is unknown color: approx New Midnight Blue. HEX triplet: 01, 11 and B3. RGB value is (1,17,179). Sum of RGB (Red+Green+Blue) = 1+17+179=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 179 (70.31% from 255 or 90.86% from 197); Max value from RGB is 179 - color contains mainly: blue. Hex color #0111B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0111B3 is #FEEE4C. Grayscale: #1E1E1E. Windows color (decimal): -16707149 or 11735297. OLE color: 11735297.

HSL color Cylindrical-coordinate representation of color #0111B3: hue angle of 234.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0111B3 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117179-
CMYK0.990.9100.30
HSL234.61º98.89%35.29%-
HSV(B)234.61º99.44%70.2%-
XYZ8.353.6642.91-
YUV30.68211.7106.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 179 (70.31% from 255) = 90.86%
R=0.51%
G=8.63%
B=90.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171790.990.9100.30234.6198.8935.29
Hex111B3635B01Eeb6323
Octal12126314313303635314343
Binary1100011011001111000111011011011110111010111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0111B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0111B3; }

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

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

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

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

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

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

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

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