#120358

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

Shades of Midnight Blue #120358

Tints of Midnight Blue #120358

Color information

#120358 (or 0x120358) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 58. RGB value is (18,3,88). Sum of RGB (Red+Green+Blue) = 18+3+88=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #120358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120358 is #EDFCA7. Grayscale: #101010. Windows color (decimal): -15596712 or 5767954. OLE color: 5767954.

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

Color convert

RGB18388-
CMYK0.800.9700.65
HSL250.59º93.41%17.84%-
HSV(B)250.59º96.59%34.51%-
XYZ2.040.99.3-
YUV17.18167.97128.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 88 (34.77% from 255) = 80.73%
R=16.51%
G=2.75%
B=80.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal183880.800.9700.65250.5993.4117.84
Hex123585061041fb5d12
Octal223130120141010137313522
Binary10010111011000101000011000010100000111111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120358; }

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

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

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

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

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

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

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

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