#121452

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

Shades of Midnight Blue #121452

Tints of Midnight Blue #121452

Color information

#121452 (or 0x121452) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 52. RGB value is (18,20,82). Sum of RGB (Red+Green+Blue) = 18+20+82=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #121452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121452 is #EDEBAD. Grayscale: #1A1A1A. Windows color (decimal): -15592366 or 5379090. OLE color: 5379090.

HSL color Cylindrical-coordinate representation of color #121452: hue angle of 238.12º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121452 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB182082-
CMYK0.780.7600.68
HSL238.12º64%19.61%-
HSV(B)238.12º78.05%32.16%-
XYZ2.021.248.12-
YUV26.47159.34121.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 82 (32.42% from 255) = 68.33%
R=15%
G=16.67%
B=68.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1820820.780.7600.68238.126419.61
Hex1214524E4C044ee4014
Octal2224122116114010435610024
Binary10010101001010010100111010011000100010011101110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121452; }

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

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

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

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

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

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

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

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