#12185B

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

Shades of Midnight Blue #12185B

Tints of Midnight Blue #12185B

Color information

#12185B (or 0x12185B) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 5B. RGB value is (18,24,91). Sum of RGB (Red+Green+Blue) = 18+24+91=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 24 (9.77% from 255 or 18.05% 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 #12185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185B is #EDE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15591333 or 5969938. OLE color: 5969938.

HSL color Cylindrical-coordinate representation of color #12185B: hue angle of 235.07º 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 #12185B is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182491-
CMYK0.800.7400.64
HSL235.07º66.97%21.37%-
HSV(B)235.07º80.22%35.69%-
XYZ2.461.5410.06-
YUV29.84162.51119.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1824910.800.7400.64235.0766.9721.37
Hex12185B504A040eb4315
Octal2230133120112010035310325
Binary10010110001011011101000010010100100000011101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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