#12107C

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

Shades of Midnight Blue #12107C

Tints of Midnight Blue #12107C

Color information

#12107C (or 0x12107C) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 7C. RGB value is (18,16,124). Sum of RGB (Red+Green+Blue) = 18+16+124=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #12107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12107C is #EDEF83. Grayscale: #1C1C1C. Windows color (decimal): -15593348 or 8130578. OLE color: 8130578.

HSL color Cylindrical-coordinate representation of color #12107C: hue angle of 241.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12107C is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1816124-
CMYK0.850.8700.51
HSL241.11º77.14%27.45%-
HSV(B)241.11º87.1%48.63%-
XYZ4.071.9519.23-
YUV28.91181.66120.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 124 (48.83% from 255) = 78.48%
R=11.39%
G=10.13%
B=78.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18161240.850.8700.51241.1177.1427.45
Hex12107C5557033f14d1b
Octal222017412512706336111533
Binary1001010000111110010101011010111011001111110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12107C; }

 p { color: rgb(18,16,124); }

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

<style>
 a { background-color: #12107C; }

 a { background-color: rgb(18,16,124); }

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

<style>
 span { border-color: #12107C; }

 span { border-color: rgb(18,16,124); }

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