#13127B

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

Shades of Midnight Blue #13127B

Tints of Midnight Blue #13127B

Color information

#13127B (or 0x13127B) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 7B. RGB value is (19,18,123). Sum of RGB (Red+Green+Blue) = 19+18+123=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #13127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13127B is #ECED84. Grayscale: #1D1D1D. Windows color (decimal): -15527301 or 8065555. OLE color: 8065555.

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

Color convert

RGB1918123-
CMYK0.850.8500.52
HSL240.57º74.47%27.65%-
HSV(B)240.57º85.37%48.24%-
XYZ4.06218.91-
YUV30.27180.33119.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 123 (48.44% from 255) = 76.88%
R=11.88%
G=11.25%
B=76.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19181230.850.8500.52240.5774.4727.65
Hex13127B5555034f14a1c
Octal232217312512506436111234
Binary1001110010111101110101011010101011010011110001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,18,123); }

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

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

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

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

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

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

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