#18195B

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

Shades of Midnight Blue #18195B

Tints of Midnight Blue #18195B

Color information

#18195B (or 0x18195B) is unknown color: approx Midnight Blue. HEX triplet: 18, 19 and 5B. RGB value is (24,25,91). Sum of RGB (Red+Green+Blue) = 24+25+91=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #18195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18195B is #E7E6A4. Grayscale: #1F1F1F. Windows color (decimal): -15197861 or 5970200. OLE color: 5970200.

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

Color convert

RGB242591-
CMYK0.740.7300.64
HSL239.1º58.26%22.55%-
HSV(B)239.1º73.63%35.69%-
XYZ2.611.6410.08-
YUV32.22161.17122.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 91 (35.94% from 255) = 65%
R=17.14%
G=17.86%
B=65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2425910.740.7300.64239.158.2622.55
Hex18195B4A49040ef3a17
Octal303113311211101003577227
Binary1100011001101101110010101001001010000001110111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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