#12146C

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

Shades of Midnight Blue #12146C

Tints of Midnight Blue #12146C

Color information

#12146C (or 0x12146C) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 6C. RGB value is (18,20,108). Sum of RGB (Red+Green+Blue) = 18+20+108=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #12146C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12146C is #EDEB93. Grayscale: #1D1D1D. Windows color (decimal): -15592340 or 7083026. OLE color: 7083026.

HSL color Cylindrical-coordinate representation of color #12146C: hue angle of 238.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12146C is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1820108-
CMYK0.830.8100.58
HSL238.67º71.43%24.71%-
HSV(B)238.67º83.33%42.35%-
XYZ3.211.7114.35-
YUV29.43172.34119.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 108 (42.58% from 255) = 73.97%
R=12.33%
G=13.70%
B=73.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18201080.830.8100.58238.6771.4324.71
Hex12146C535103Aef4719
Octal222415412312107235710731
Binary1001010100110110010100111010001011101011101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,20,108); }

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

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

 a { background-color: rgb(18,20,108); }

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

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

 span { border-color: rgb(18,20,108); }

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