#120153

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

Shades of Midnight Blue #120153

Tints of Midnight Blue #120153

Color information

#120153 (or 0x120153) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 53. RGB value is (18,1,83). Sum of RGB (Red+Green+Blue) = 18+1+83=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #120153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120153 is #EDFEAC. Grayscale: #0F0F0F. Windows color (decimal): -15597229 or 5439762. OLE color: 5439762.

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

Color convert

RGB18183-
CMYK0.780.9900.67
HSL252.44º97.62%16.47%-
HSV(B)252.44º98.8%32.55%-
XYZ1.820.778.24-
YUV15.43166.13129.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 83 (32.81% from 255) = 81.37%
R=17.65%
G=0.98%
B=81.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal181830.780.9900.67252.4497.6216.47
Hex121534E63043fc6210
Octal221123116143010337414220
Binary1001011010011100111011000110100001111111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120153; }

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

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

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

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

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

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

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

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