#120cb3

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

Shades of New Midnight Blue #120CB3

Tints of New Midnight Blue #120CB3

Color information

#120CB3 (or 0x120CB3) is unknown color: approx New Midnight Blue. HEX triplet: 12, 0C and B3. RGB value is (18,12,179). Sum of RGB (Red+Green+Blue) = 18+12+179=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 179 (70.31% from 255 or 85.65% from 209); Max value from RGB is 179 - color contains mainly: blue. Hex color #120CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CB3 is #EDF34C. Grayscale: #202020. Windows color (decimal): -15594317 or 11734034. OLE color: 11734034.

HSL color Cylindrical-coordinate representation of color #120CB3: hue angle of 242.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120CB3 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1812179-
CMYK0.900.9300.30
HSL242.16º87.43%37.45%-
HSV(B)242.16º93.3%70.2%-
XYZ8.523.6542.9-
YUV32.83210.49117.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 179 (70.31% from 255) = 85.65%
R=8.61%
G=5.74%
B=85.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18121790.900.9300.30242.1687.4337.45
Hex12CB35A5D01Ef25725
Octal221426313213503636212745
Binary1001011001011001110110101011101011110111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120cb3; }

 p { color: rgb(18,12,179); }

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

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

 a { background-color: rgb(18,12,179); }

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

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

 span { border-color: rgb(18,12,179); }

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