#12185A

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

Shades of Midnight Blue #12185A

Tints of Midnight Blue #12185A

Color information

#12185A (or 0x12185A) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 5A. RGB value is (18,24,90). Sum of RGB (Red+Green+Blue) = 18+24+90=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #12185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185A is #EDE7A5. Grayscale: #1D1D1D. Windows color (decimal): -15591334 or 5904402. OLE color: 5904402.

HSL color Cylindrical-coordinate representation of color #12185A: hue angle of 235º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12185A is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182490-
CMYK0.800.7300.65
HSL235º66.67%21.18%-
HSV(B)235º80%35.29%-
XYZ2.421.529.84-
YUV29.73162.01119.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 90 (35.55% from 255) = 68.18%
R=13.64%
G=18.18%
B=68.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1824900.800.7300.6523566.6721.18
Hex12185A5049041eb4315
Octal2230132120111010135310325
Binary10010110001011010101000010010010100000111101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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