#0100AC

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

Shades of New Midnight Blue #0100AC

Tints of New Midnight Blue #0100AC

Color information

#0100AC (or 0x0100AC) is unknown color: approx New Midnight Blue. HEX triplet: 01, 00 and AC. RGB value is (1,0,172). Sum of RGB (Red+Green+Blue) = 1+0+172=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 172 (67.58% from 255 or 99.42% from 173); Max value from RGB is 172 - color contains mainly: blue. Hex color #0100AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0100AC is #FEFF53. Grayscale: #131313. Windows color (decimal): -16711508 or 11272193. OLE color: 11272193.

HSL color Cylindrical-coordinate representation of color #0100AC: hue angle of 240.35º 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 #0100AC is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10172-
CMYK0.99100.33
HSL240.35º100%33.73%-
HSV(B)240.35º100%67.45%-
XYZ7.462.9939.21-
YUV19.91213.83114.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 99.42%
R=0.58%
G=0%
B=99.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101720.99100.33240.3510033.73
Hex10AC6364021f06422
Octal1025414314404136014442
Binary1010101100110001111001000100001111100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0100AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0100AC; }

 p { color: rgb(1,0,172); }

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

<style>
 a { background-color: #0100AC; }

 a { background-color: rgb(1,0,172); }

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

<style>
 span { border-color: #0100AC; }

 span { border-color: rgb(1,0,172); }

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