#10095B

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

Shades of Midnight Blue #10095B

Tints of Midnight Blue #10095B

Color information

#10095B (or 0x10095B) is unknown color: approx Midnight Blue. HEX triplet: 10, 09 and 5B. RGB value is (16,9,91). Sum of RGB (Red+Green+Blue) = 16+9+91=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #10095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10095B is #EFF6A4. Grayscale: #141414. Windows color (decimal): -15726245 or 5966096. OLE color: 5966096.

HSL color Cylindrical-coordinate representation of color #10095B: hue angle of 245.12º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10095B is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16991-
CMYK0.820.9000.64
HSL245.12º82%19.61%-
HSV(B)245.12º90.11%35.69%-
XYZ2.21.069.99-
YUV20.44167.82124.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=13.79%
G=7.76%
B=78.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal169910.820.9000.64245.128219.61
Hex1095B525A040f55214
Octal2011133122132010036512224
Binary1000010011011011101001010110100100000011110101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10095B; }

 p { color: rgb(16,9,91); }

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

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

 a { background-color: rgb(16,9,91); }

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

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

 span { border-color: rgb(16,9,91); }

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