#100361

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

Shades of Midnight Blue #100361

Tints of Midnight Blue #100361

Color information

#100361 (or 0x100361) is unknown color: approx Midnight Blue. HEX triplet: 10, 03 and 61. RGB value is (16,3,97). Sum of RGB (Red+Green+Blue) = 16+3+97=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #100361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100361 is #EFFC9E. Grayscale: #111111. Windows color (decimal): -15727775 or 6357776. OLE color: 6357776.

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

Color convert

RGB16397-
CMYK0.840.9700.62
HSL248.3º94%19.61%-
HSV(B)248.3º96.91%38.04%-
XYZ2.41.0411.38-
YUV17.6172.81126.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 97 (38.28% from 255) = 83.62%
R=13.79%
G=2.59%
B=83.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal163970.840.9700.62248.39419.61
Hex10361546103Ef85e14
Octal20314112414107637013624
Binary1000011110000110101001100001011111011111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100361; }

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

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

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

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

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

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

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

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