#120852

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

Shades of Midnight Blue #120852

Tints of Midnight Blue #120852

Color information

#120852 (or 0x120852) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 52. RGB value is (18,8,82). Sum of RGB (Red+Green+Blue) = 18+8+82=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #120852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120852 is #EDF7AD. Grayscale: #131313. Windows color (decimal): -15595438 or 5376018. OLE color: 5376018.

HSL color Cylindrical-coordinate representation of color #120852: hue angle of 248.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120852 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18882-
CMYK0.780.9000.68
HSL248.11º82.22%17.65%-
HSV(B)248.11º90.24%32.16%-
XYZ1.860.918.06-
YUV19.43163.31126.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 82 (32.42% from 255) = 75.93%
R=16.67%
G=7.41%
B=75.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal188820.780.9000.68248.1182.2217.65
Hex128524E5A044f85212
Octal2210122116132010437012222
Binary1001010001010010100111010110100100010011111000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120852; }

 p { color: rgb(18,8,82); }

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

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

 a { background-color: rgb(18,8,82); }

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

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

 span { border-color: rgb(18,8,82); }

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