#13165C

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

Shades of Midnight Blue #13165C

Tints of Midnight Blue #13165C

Color information

#13165C (or 0x13165C) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 5C. RGB value is (19,22,92). Sum of RGB (Red+Green+Blue) = 19+22+92=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #13165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165C is #ECE9A3. Grayscale: #1C1C1C. Windows color (decimal): -15526308 or 6034963. OLE color: 6034963.

HSL color Cylindrical-coordinate representation of color #13165C: hue angle of 237.53º degrees, saturation: 0.66, 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 #13165C is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192292-
CMYK0.790.7600.64
HSL237.53º65.77%21.76%-
HSV(B)237.53º79.35%36.08%-
XYZ2.491.4810.28-
YUV29.08163.51120.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=14.29%
G=16.54%
B=69.17%

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
Decimal1922920.790.7600.64237.5365.7721.76
Hex13165C4F4C040ee4216
Octal2326134117114010035610226
Binary10011101101011100100111110011000100000011101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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