#121874

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

Shades of Midnight Blue #121874

Tints of Midnight Blue #121874

Color information

#121874 (or 0x121874) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 74. RGB value is (18,24,116). Sum of RGB (Red+Green+Blue) = 18+24+116=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #121874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121874 is #EDE78B. Grayscale: #202020. Windows color (decimal): -15591308 or 7608338. OLE color: 7608338.

HSL color Cylindrical-coordinate representation of color #121874: hue angle of 236.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121874 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1824116-
CMYK0.840.7900.55
HSL236.33º73.13%26.27%-
HSV(B)236.33º84.48%45.49%-
XYZ3.732.0416.72-
YUV32.69175.01117.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=11.39%
G=15.19%
B=73.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18241160.840.7900.55236.3373.1326.27
Hex121874544F037ec491a
Octal223016412411706735411132
Binary1001011000111010010101001001111011011111101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121874; }

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

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

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

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

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

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

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

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