#121453

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

Shades of Midnight Blue #121453

Tints of Midnight Blue #121453

Color information

#121453 (or 0x121453) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 53. RGB value is (18,20,83). Sum of RGB (Red+Green+Blue) = 18+20+83=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #121453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121453 is #EDEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15592365 or 5444626. OLE color: 5444626.

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

Color convert

RGB182083-
CMYK0.780.7600.67
HSL238.15º64.36%19.8%-
HSV(B)238.15º78.31%32.55%-
XYZ2.061.258.32-
YUV26.58159.84121.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=14.88%
G=16.53%
B=68.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1820830.780.7600.67238.1564.3619.8
Hex1214534E4C043ee4014
Octal2224123116114010335610024
Binary10010101001010011100111010011000100001111101110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121453; }

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

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

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

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

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

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

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

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