#101373

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

Shades of Midnight Blue #101373

Tints of Midnight Blue #101373

Color information

#101373 (or 0x101373) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 73. RGB value is (16,19,115). Sum of RGB (Red+Green+Blue) = 16+19+115=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #101373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101373 is #EFEC8C. Grayscale: #1C1C1C. Windows color (decimal): -15723661 or 7541520. OLE color: 7541520.

HSL color Cylindrical-coordinate representation of color #101373: hue angle of 238.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101373 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1619115-
CMYK0.860.8300.55
HSL238.18º75.57%25.69%-
HSV(B)238.18º86.09%45.1%-
XYZ3.541.8116.38-
YUV29.05176.51118.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=10.67%
G=12.67%
B=76.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16191150.860.8300.55238.1875.5725.69
Hex1013735653037ee4c1a
Octal202316312612306735611432
Binary1000010011111001110101101010011011011111101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101373; }

 p { color: rgb(16,19,115); }

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

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

 a { background-color: rgb(16,19,115); }

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

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

 span { border-color: rgb(16,19,115); }

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