#1010ab

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

Shades of New Midnight Blue #1010AB

Tints of New Midnight Blue #1010AB

Color information

#1010AB (or 0x1010AB) is unknown color: approx New Midnight Blue. HEX triplet: 10, 10 and AB. RGB value is (16,16,171). Sum of RGB (Red+Green+Blue) = 16+16+171=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1010AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1010AB is #EFEF54. Grayscale: #212121. Windows color (decimal): -15724373 or 11210768. OLE color: 11210768.

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

Color convert

RGB1616171-
CMYK0.910.9100.33
HSL240º82.89%36.67%-
HSV(B)240º90.64%67.06%-
XYZ7.753.4238.78-
YUV33.67205.5115.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 171 (67.19% from 255) = 84.24%
R=7.88%
G=7.88%
B=84.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16161710.910.9100.3324082.8936.67
Hex1010AB5B5B021f05325
Octal202025313313304136012345
Binary100001000010101011101101110110110100001111100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1010ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1010ab; }

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

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

<style>
 a { background-color: #1010ab; }

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

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

<style>
 span { border-color: #1010ab; }

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

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