#13187C

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

Shades of Midnight Blue #13187C

Tints of Midnight Blue #13187C

Color information

#13187C (or 0x13187C) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 7C. RGB value is (19,24,124). Sum of RGB (Red+Green+Blue) = 19+24+124=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #13187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13187C is #ECE783. Grayscale: #212121. Windows color (decimal): -15525764 or 8132627. OLE color: 8132627.

HSL color Cylindrical-coordinate representation of color #13187C: hue angle of 237.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13187C is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1924124-
CMYK0.850.8100.51
HSL237.14º73.43%28.04%-
HSV(B)237.14º84.68%48.63%-
XYZ4.232.2519.28-
YUV33.9178.84117.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 124 (48.83% from 255) = 74.25%
R=11.38%
G=14.37%
B=74.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19241240.850.8100.51237.1473.4328.04
Hex13187C5551033ed491c
Octal233017412512106335511134
Binary1001111000111110010101011010001011001111101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,24,124); }

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

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

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

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

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

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

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