#18125B

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

Shades of Midnight Blue #18125B

Tints of Midnight Blue #18125B

Color information

#18125B (or 0x18125B) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 5B. RGB value is (24,18,91). Sum of RGB (Red+Green+Blue) = 24+18+91=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #18125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18125B is #E7EDA4. Grayscale: #1B1B1B. Windows color (decimal): -15199653 or 5968408. OLE color: 5968408.

HSL color Cylindrical-coordinate representation of color #18125B: hue angle of 244.93º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18125B is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB241891-
CMYK0.740.8000.64
HSL244.93º66.97%21.37%-
HSV(B)244.93º80.22%35.69%-
XYZ2.481.3810.03-
YUV28.12163.49125.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=18.05%
G=13.53%
B=68.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2418910.740.8000.64244.9366.9721.37
Hex18125B4A50040f54315
Octal3022133112120010036510325
Binary11000100101011011100101010100000100000011110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,18,91); }

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

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

 a { background-color: rgb(24,18,91); }

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

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

 span { border-color: rgb(24,18,91); }

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