#100461

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

Shades of Midnight Blue #100461

Tints of Midnight Blue #100461

Color information

#100461 (or 0x100461) is unknown color: approx Midnight Blue. HEX triplet: 10, 04 and 61. RGB value is (16,4,97). Sum of RGB (Red+Green+Blue) = 16+4+97=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #100461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100461 is #EFFB9E. Grayscale: #111111. Windows color (decimal): -15727519 or 6358032. OLE color: 6358032.

HSL color Cylindrical-coordinate representation of color #100461: hue angle of 247.74º 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 #100461 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB16497-
CMYK0.840.9600.62
HSL247.74º92.08%19.8%-
HSV(B)247.74º95.88%38.04%-
XYZ2.411.0611.39-
YUV18.19172.48126.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 97 (38.28% from 255) = 82.91%
R=13.68%
G=3.42%
B=82.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal164970.840.9600.62247.7492.0819.8
Hex10461546003Ef85c14
Octal20414112414007637013424
Binary10000100110000110101001100000011111011111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100461; }

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

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

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

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

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

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

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

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