#13136F

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

Shades of Midnight Blue #13136F

Tints of Midnight Blue #13136F

Color information

#13136F (or 0x13136F) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 6F. RGB value is (19,19,111). Sum of RGB (Red+Green+Blue) = 19+19+111=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #13136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13136F is #ECEC90. Grayscale: #1D1D1D. Windows color (decimal): -15527057 or 7279379. OLE color: 7279379.

HSL color Cylindrical-coordinate representation of color #13136F: hue angle of 240º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13136F is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1919111-
CMYK0.830.8300.56
HSL240º70.77%25.49%-
HSV(B)240º82.88%43.53%-
XYZ3.371.7515.2-
YUV29.49174120.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 111 (43.75% from 255) = 74.50%
R=12.75%
G=12.75%
B=74.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19191110.830.8300.5624070.7725.49
Hex13136F5353038f04719
Octal232315712312307036010731
Binary1001110011110111110100111010011011100011110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13136F; }

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

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

<style>
 a { background-color: #13136F; }

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

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

<style>
 span { border-color: #13136F; }

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

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