#13135C

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

Shades of Midnight Blue #13135C

Tints of Midnight Blue #13135C

Color information

#13135C (or 0x13135C) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 5C. RGB value is (19,19,92). Sum of RGB (Red+Green+Blue) = 19+19+92=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #13135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13135C is #ECECA3. Grayscale: #1B1B1B. Windows color (decimal): -15527076 or 6034195. OLE color: 6034195.

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

Color convert

RGB191992-
CMYK0.790.7900.64
HSL240º65.77%21.76%-
HSV(B)240º79.35%36.08%-
XYZ2.431.3810.26-
YUV27.32164.5122.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 92 (36.33% from 255) = 70.77%
R=14.62%
G=14.62%
B=70.77%

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
Decimal1919920.790.7900.6424065.7721.76
Hex13135C4F4F040f04216
Octal2323134117117010036010226
Binary10011100111011100100111110011110100000011110000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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