#13137A

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

Shades of Midnight Blue #13137A

Tints of Midnight Blue #13137A

Color information

#13137A (or 0x13137A) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 7A. RGB value is (19,19,122). Sum of RGB (Red+Green+Blue) = 19+19+122=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #13137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13137A is #ECEC85. Grayscale: #1E1E1E. Windows color (decimal): -15527046 or 8000275. OLE color: 8000275.

HSL color Cylindrical-coordinate representation of color #13137A: hue angle of 240º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13137A is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1919122-
CMYK0.840.8400.52
HSL240º73.05%27.65%-
HSV(B)240º84.43%47.84%-
XYZ4.012.0118.59-
YUV30.74179.5119.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=11.88%
G=11.88%
B=76.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19191220.840.8400.5224073.0527.65
Hex13137A5454034f0491c
Octal232317212412406436011134
Binary1001110011111101010101001010100011010011110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13137A; }

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

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

<style>
 a { background-color: #13137A; }

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

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

<style>
 span { border-color: #13137A; }

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

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