#101968

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

Shades of Midnight Blue #101968

Tints of Midnight Blue #101968

Color information

#101968 (or 0x101968) is unknown color: approx Midnight Blue. HEX triplet: 10, 19 and 68. RGB value is (16,25,104). Sum of RGB (Red+Green+Blue) = 16+25+104=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #101968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101968 is #EFE697. Grayscale: #1E1E1E. Windows color (decimal): -15722136 or 6822160. OLE color: 6822160.

HSL color Cylindrical-coordinate representation of color #101968: hue angle of 233.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101968 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1625104-
CMYK0.850.7600.59
HSL233.86º73.33%23.53%-
HSV(B)233.86º84.62%40.78%-
XYZ3.061.813.28-
YUV31.32169.02117.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=11.03%
G=17.24%
B=71.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16251040.850.7600.59233.8673.3323.53
Hex101968554C03Bea4918
Octal203115012511407335211130
Binary1000011001110100010101011001100011101111101010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101968; }

 p { color: rgb(16,25,104); }

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

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

 a { background-color: rgb(16,25,104); }

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

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

 span { border-color: rgb(16,25,104); }

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