#13146F

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

Shades of Midnight Blue #13146F

Tints of Midnight Blue #13146F

Color information

#13146F (or 0x13146F) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 6F. RGB value is (19,20,111). Sum of RGB (Red+Green+Blue) = 19+20+111=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #13146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13146F is #ECEB90. Grayscale: #1D1D1D. Windows color (decimal): -15526801 or 7279635. OLE color: 7279635.

HSL color Cylindrical-coordinate representation of color #13146F: hue angle of 239.35º 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 #13146F is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1920111-
CMYK0.830.8200.56
HSL239.35º70.77%25.49%-
HSV(B)239.35º82.88%43.53%-
XYZ3.391.7915.21-
YUV30.08173.67120.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 111 (43.75% from 255) = 74%
R=12.67%
G=13.33%
B=74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19201110.830.8200.56239.3570.7725.49
Hex13146F5352038ef4719
Octal232415712312207035710731
Binary1001110100110111110100111010010011100011101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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