#18137C

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

Shades of Midnight Blue #18137C

Tints of Midnight Blue #18137C

Color information

#18137C (or 0x18137C) is unknown color: approx Midnight Blue. HEX triplet: 18, 13 and 7C. RGB value is (24,19,124). Sum of RGB (Red+Green+Blue) = 24+19+124=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 19 (7.81% from 255 or 11.38% 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 #18137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18137C is #E7EC83. Grayscale: #202020. Windows color (decimal): -15199364 or 8131352. OLE color: 8131352.

HSL color Cylindrical-coordinate representation of color #18137C: hue angle of 242.86º 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 #18137C is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2419124-
CMYK0.810.8500.51
HSL242.86º73.43%28.04%-
HSV(B)242.86º84.68%48.63%-
XYZ4.252.1219.25-
YUV32.47179.66121.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24191240.810.8500.51242.8673.4328.04
Hex18137C5155033f3491c
Octal302317412112506336311134
Binary1100010011111110010100011010101011001111110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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