#0010AB

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

Shades of New Midnight Blue #0010AB

Tints of New Midnight Blue #0010AB

Color information

#0010AB (or 0x0010AB) is unknown color: approx New Midnight Blue. HEX triplet: 00, 10 and AB. RGB value is (0,16,171). Sum of RGB (Red+Green+Blue) = 0+16+171=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 171 (67.19% from 255 or 91.44% from 187); Max value from RGB is 171 - color contains mainly: blue. Hex color #0010AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0010AB is #FFEF54. Grayscale: #1C1C1C. Windows color (decimal): -16772949 or 11210752. OLE color: 11210752.

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

Color convert

RGB016171-
CMYK10.9100.33
HSL234.39º100%33.53%-
HSV(B)234.39º100%67.06%-
XYZ7.543.3138.77-
YUV28.89208.2107.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 171 (67.19% from 255) = 91.44%
R=0%
G=8.56%
B=91.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal01617110.9100.33234.3910033.53
Hex010AB645B021ea6422
Octal02025314413304135214442
Binary01000010101011110010010110110100001111010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0010AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0010AB; }

 p { color: rgb(0,16,171); }

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

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

 a { background-color: rgb(0,16,171); }

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

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

 span { border-color: rgb(0,16,171); }

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