#18085B

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

Shades of Midnight Blue #18085B

Tints of Midnight Blue #18085B

Color information

#18085B (or 0x18085B) is unknown color: approx Midnight Blue. HEX triplet: 18, 08 and 5B. RGB value is (24,8,91). Sum of RGB (Red+Green+Blue) = 24+8+91=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #18085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085B is #E7F7A4. Grayscale: #151515. Windows color (decimal): -15202213 or 5965848. OLE color: 5965848.

HSL color Cylindrical-coordinate representation of color #18085B: hue angle of 251.57º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18085B is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24891-
CMYK0.740.9100.64
HSL251.57º83.84%19.41%-
HSV(B)251.57º91.21%35.69%-
XYZ2.351.129.99-
YUV22.25166.8129.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=19.51%
G=6.50%
B=73.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal248910.740.9100.64251.5783.8419.41
Hex1885B4A5B040fc5413
Octal3010133112133010037412423
Binary1100010001011011100101010110110100000011111100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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