#120458

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

Shades of Midnight Blue #120458

Tints of Midnight Blue #120458

Color information

#120458 (or 0x120458) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 58. RGB value is (18,4,88). Sum of RGB (Red+Green+Blue) = 18+4+88=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #120458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120458 is #EDFBA7. Grayscale: #111111. Windows color (decimal): -15596456 or 5768210. OLE color: 5768210.

HSL color Cylindrical-coordinate representation of color #120458: hue angle of 250º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120458 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18488-
CMYK0.800.9500.65
HSL250º91.3%18.04%-
HSV(B)250º95.45%34.51%-
XYZ2.050.929.3-
YUV17.76167.64128.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 88 (34.77% from 255) = 80%
R=16.36%
G=3.64%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal184880.800.9500.6525091.318.04
Hex12458505F041fa5b12
Octal224130120137010137213322
Binary100101001011000101000010111110100000111111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120458; }

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

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

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

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

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

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

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

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