#0012A3

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

Shades of New Midnight Blue #0012A3

Tints of New Midnight Blue #0012A3

Color information

#0012A3 (or 0x0012A3) is unknown color: approx New Midnight Blue. HEX triplet: 00, 12 and A3. RGB value is (0,18,163). Sum of RGB (Red+Green+Blue) = 0+18+163=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #0012A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0012A3 is #FFED5C. Grayscale: #1C1C1C. Windows color (decimal): -16772445 or 10686976. OLE color: 10686976.

HSL color Cylindrical-coordinate representation of color #0012A3: hue angle of 233.37º 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 #0012A3 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB018163-
CMYK10.8900.36
HSL233.37º100%31.96%-
HSV(B)233.37º100%63.92%-
XYZ6.833.0834.88-
YUV29.15203.54107.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 163 (64.06% from 255) = 90.06%
R=0%
G=9.94%
B=90.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01816310.8900.36233.3710031.96
Hex012A36459024e96420
Octal02224314413104435114440
Binary01001010100011110010010110010100100111010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0012A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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