#120CB1

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

Shades of New Midnight Blue #120CB1

Tints of New Midnight Blue #120CB1

Color information

#120CB1 (or 0x120CB1) is unknown color: approx New Midnight Blue. HEX triplet: 12, 0C and B1. RGB value is (18,12,177). Sum of RGB (Red+Green+Blue) = 18+12+177=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 177 (69.53% from 255 or 85.51% from 207); Max value from RGB is 177 - color contains mainly: blue. Hex color #120CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120CB1 is #EDF34E. Grayscale: #1F1F1F. Windows color (decimal): -15594319 or 11602962. OLE color: 11602962.

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

Color convert

RGB1812177-
CMYK0.900.9300.31
HSL242.18º87.3%37.06%-
HSV(B)242.18º93.22%69.41%-
XYZ8.323.5741.84-
YUV32.6209.49117.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 177 (69.53% from 255) = 85.51%
R=8.70%
G=5.80%
B=85.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18121770.900.9300.31242.1887.337.06
Hex12CB15A5D01Ff25725
Octal221426113213503736212745
Binary1001011001011000110110101011101011111111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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