#10165B

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

Shades of Midnight Blue #10165B

Tints of Midnight Blue #10165B

Color information

#10165B (or 0x10165B) is unknown color: approx Midnight Blue. HEX triplet: 10, 16 and 5B. RGB value is (16,22,91). Sum of RGB (Red+Green+Blue) = 16+22+91=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #10165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165B is #EFE9A4. Grayscale: #1B1B1B. Windows color (decimal): -15722917 or 5969424. OLE color: 5969424.

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

Color convert

RGB162291-
CMYK0.820.7600.64
HSL235.2º70.09%20.98%-
HSV(B)235.2º82.42%35.69%-
XYZ2.391.4410.05-
YUV28.07163.51119.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=12.40%
G=17.05%
B=70.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1622910.820.7600.64235.270.0920.98
Hex10165B524C040eb4615
Octal2026133122114010035310625
Binary10000101101011011101001010011000100000011101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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