#13135B

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

Shades of Midnight Blue #13135B

Tints of Midnight Blue #13135B

Color information

#13135B (or 0x13135B) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 5B. RGB value is (19,19,91). Sum of RGB (Red+Green+Blue) = 19+19+91=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 19 (7.81% from 255 or 14.73% 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 #13135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13135B is #ECECA4. Grayscale: #1A1A1A. Windows color (decimal): -15527077 or 5968659. OLE color: 5968659.

HSL color Cylindrical-coordinate representation of color #13135B: hue angle of 240º 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 #13135B is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB191991-
CMYK0.790.7900.64
HSL240º65.45%21.57%-
HSV(B)240º79.12%35.69%-
XYZ2.391.3610.03-
YUV27.21164122.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=14.73%
G=14.73%
B=70.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1919910.790.7900.6424065.4521.57
Hex13135B4F4F040f04116
Octal2323133117117010036010126
Binary10011100111011011100111110011110100000011110000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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