#18146F

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

Shades of Midnight Blue #18146F

Tints of Midnight Blue #18146F

Color information

#18146F (or 0x18146F) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 6F. RGB value is (24,20,111). Sum of RGB (Red+Green+Blue) = 24+20+111=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #18146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18146F is #E7EB90. Grayscale: #1F1F1F. Windows color (decimal): -15199121 or 7279640. OLE color: 7279640.

HSL color Cylindrical-coordinate representation of color #18146F: hue angle of 242.64º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18146F is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2420111-
CMYK0.780.8200.56
HSL242.64º69.47%25.69%-
HSV(B)242.64º81.98%43.53%-
XYZ3.51.8415.21-
YUV31.57172.83122.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 111 (43.75% from 255) = 71.61%
R=15.48%
G=12.90%
B=71.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24201110.780.8200.56242.6469.4725.69
Hex18146F4E52038f3451a
Octal302415711612207036310532
Binary1100010100110111110011101010010011100011110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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