#13165B

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

Shades of Midnight Blue #13165B

Tints of Midnight Blue #13165B

Color information

#13165B (or 0x13165B) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 5B. RGB value is (19,22,91). Sum of RGB (Red+Green+Blue) = 19+22+91=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #13165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165B is #ECE9A4. Grayscale: #1C1C1C. Windows color (decimal): -15526309 or 5969427. OLE color: 5969427.

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

Color convert

RGB192291-
CMYK0.790.7600.64
HSL237.5º65.45%21.57%-
HSV(B)237.5º79.12%35.69%-
XYZ2.441.4710.05-
YUV28.97163.01120.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=14.39%
G=16.67%
B=68.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1922910.790.7600.64237.565.4521.57
Hex13165B4F4C040ee4116
Octal2326133117114010035610126
Binary10011101101011011100111110011000100000011101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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