#100FA8

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

Shades of New Midnight Blue #100FA8

Tints of New Midnight Blue #100FA8

Color information

#100FA8 (or 0x100FA8) is unknown color: approx New Midnight Blue. HEX triplet: 10, 0F and A8. RGB value is (16,15,168). Sum of RGB (Red+Green+Blue) = 16+15+168=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 168 (66.02% from 255 or 84.42% from 199); Max value from RGB is 168 - color contains mainly: blue. Hex color #100FA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FA8 is #EFF057. Grayscale: #202020. Windows color (decimal): -15724632 or 11013904. OLE color: 11013904.

HSL color Cylindrical-coordinate representation of color #100FA8: hue angle of 240.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100FA8 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1615168-
CMYK0.900.9100.34
HSL240.39º83.61%35.88%-
HSV(B)240.39º91.07%65.88%-
XYZ7.453.2837.29-
YUV32.74204.33116.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 168 (66.02% from 255) = 84.42%
R=8.04%
G=7.54%
B=84.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16151680.900.9100.34240.3983.6135.88
Hex10FA85A5B022f05424
Octal201725013213304236012444
Binary10000111110101000101101010110110100010111100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100FA8; }

 p { color: rgb(16,15,168); }

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

<style>
 a { background-color: #100FA8; }

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

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

<style>
 span { border-color: #100FA8; }

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

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