#120253

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

Shades of Midnight Blue #120253

Tints of Midnight Blue #120253

Color information

#120253 (or 0x120253) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 53. RGB value is (18,2,83). Sum of RGB (Red+Green+Blue) = 18+2+83=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #120253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120253 is #EDFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15596973 or 5440018. OLE color: 5440018.

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

Color convert

RGB18283-
CMYK0.780.9800.67
HSL251.85º95.29%16.67%-
HSV(B)251.85º97.59%32.55%-
XYZ1.830.88.24-
YUV16.02165.8129.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 83 (32.81% from 255) = 80.58%
R=17.48%
G=1.94%
B=80.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal182830.780.9800.67251.8595.2916.67
Hex122534E62043fc5f11
Octal222123116142010337413721
Binary10010101010011100111011000100100001111111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120253; }

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

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

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

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

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

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

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

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