#0011A3

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

Shades of New Midnight Blue #0011A3

Tints of New Midnight Blue #0011A3

Color information

#0011A3 (or 0x0011A3) is unknown color: approx New Midnight Blue. HEX triplet: 00, 11 and A3. RGB value is (0,17,163). Sum of RGB (Red+Green+Blue) = 0+17+163=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 163 (64.06% from 255 or 90.56% from 180); Max value from RGB is 163 - color contains mainly: blue. Hex color #0011A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0011A3 is #FFEE5C. Grayscale: #1B1B1B. Windows color (decimal): -16772701 or 10686720. OLE color: 10686720.

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

Color convert

RGB017163-
CMYK10.9000.36
HSL233.74º100%31.96%-
HSV(B)233.74º100%63.92%-
XYZ6.813.0534.88-
YUV28.56203.87107.63-

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.44%
BLUE value IS 163 (64.06% from 255) = 90.56%
R=0%
G=9.44%
B=90.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01716310.9000.36233.7410031.96
Hex011A3645A024ea6420
Octal02124314413204435214440
Binary01000110100011110010010110100100100111010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0011A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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