#12085F

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

Shades of Midnight Blue #12085F

Tints of Midnight Blue #12085F

Color information

#12085F (or 0x12085F) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 5F. RGB value is (18,8,95). Sum of RGB (Red+Green+Blue) = 18+8+95=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #12085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12085F is #EDF7A0. Grayscale: #141414. Windows color (decimal): -15595425 or 6227986. OLE color: 6227986.

HSL color Cylindrical-coordinate representation of color #12085F: hue angle of 246.9º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12085F is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB18895-
CMYK0.810.9200.63
HSL246.9º84.47%20.2%-
HSV(B)246.9º91.58%37.25%-
XYZ2.41.1310.92-
YUV20.91169.81125.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 95 (37.5% from 255) = 78.51%
R=14.88%
G=6.61%
B=78.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal188950.810.9200.63246.984.4720.2
Hex1285F515C03Ff75414
Octal221013712113407736712424
Binary100101000101111110100011011100011111111110111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12085F; }

 p { color: rgb(18,8,95); }

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

<style>
 a { background-color: #12085F; }

 a { background-color: rgb(18,8,95); }

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

<style>
 span { border-color: #12085F; }

 span { border-color: rgb(18,8,95); }

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