#0011a8

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

Shades of New Midnight Blue #0011A8

Tints of New Midnight Blue #0011A8

Color information

#0011A8 (or 0x0011A8) is unknown color: approx New Midnight Blue. HEX triplet: 00, 11 and A8. RGB value is (0,17,168). Sum of RGB (Red+Green+Blue) = 0+17+168=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 168 (66.02% from 255 or 90.81% from 185); Max value from RGB is 168 - color contains mainly: blue. Hex color #0011A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0011A8 is #FFEE57. Grayscale: #1C1C1C. Windows color (decimal): -16772696 or 11014400. OLE color: 11014400.

HSL color Cylindrical-coordinate representation of color #0011A8: hue angle of 233.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011A8 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB017168-
CMYK10.9000.34
HSL233.93º100%32.94%-
HSV(B)233.93º100%65.88%-
XYZ7.273.2337.29-
YUV29.13206.37107.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 168 (66.02% from 255) = 90.81%
R=0%
G=9.19%
B=90.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal01716810.9000.34233.9310032.94
Hex011A8645A022ea6421
Octal02125014413204235214441
Binary01000110101000110010010110100100010111010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0011a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0011a8; }

 p { color: rgb(0,17,168); }

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

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

 a { background-color: rgb(0,17,168); }

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

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

 span { border-color: rgb(0,17,168); }

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