#100460

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

Shades of Midnight Blue #100460

Tints of Midnight Blue #100460

Color information

#100460 (or 0x100460) is unknown color: approx Midnight Blue. HEX triplet: 10, 04 and 60. RGB value is (16,4,96). Sum of RGB (Red+Green+Blue) = 16+4+96=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #100460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100460 is #EFFB9F. Grayscale: #111111. Windows color (decimal): -15727520 or 6292496. OLE color: 6292496.

HSL color Cylindrical-coordinate representation of color #100460: hue angle of 247.83º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100460 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB16496-
CMYK0.830.9600.62
HSL247.83º92%19.61%-
HSV(B)247.83º95.83%37.65%-
XYZ2.371.0411.14-
YUV18.08171.98126.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=13.79%
G=3.45%
B=82.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal164960.830.9600.62247.839219.61
Hex10460536003Ef85c14
Octal20414012314007637013424
Binary10000100110000010100111100000011111011111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100460; }

 p { color: rgb(16,4,96); }

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

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

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

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

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

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

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