#120453

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

Shades of Midnight Blue #120453

Tints of Midnight Blue #120453

Color information

#120453 (or 0x120453) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 53. RGB value is (18,4,83). Sum of RGB (Red+Green+Blue) = 18+4+83=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #120453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120453 is #EDFBAC. Grayscale: #101010. Windows color (decimal): -15596461 or 5440530. OLE color: 5440530.

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

Color convert

RGB18483-
CMYK0.780.9500.67
HSL250.63º90.8%17.06%-
HSV(B)250.63º95.18%32.55%-
XYZ1.850.848.25-
YUV17.19165.14128.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 83 (32.81% from 255) = 79.05%
R=17.14%
G=3.81%
B=79.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184830.780.9500.67250.6390.817.06
Hex124534E5F043fb5b11
Octal224123116137010337313321
Binary100101001010011100111010111110100001111111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120453; }

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

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

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

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

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

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

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

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