#120DEC

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

Shades of Blue #120DEC

Tints of Blue #120DEC

Color information

#120DEC (or 0x120DEC) is unknown color: approx Blue. HEX triplet: 12, 0D and EC. RGB value is (18,13,236). Sum of RGB (Red+Green+Blue) = 18+13+236=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 236 (92.58% from 255 or 88.39% from 267); Max value from RGB is 236 - color contains mainly: blue. Hex color #120DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120DEC is #EDF213. Grayscale: #272727. Windows color (decimal): -15594004 or 15469842. OLE color: 15469842.

HSL color Cylindrical-coordinate representation of color #120DEC: hue angle of 241.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120DEC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1813236-
CMYK0.920.9400.07
HSL241.35º89.56%48.82%-
HSV(B)241.35º94.49%92.55%-
XYZ15.536.4779.79-
YUV39.92238.66112.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 236 (92.58% from 255) = 88.39%
R=6.74%
G=4.87%
B=88.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18132360.920.9400.07241.3589.5648.82
Hex12DEC5C5E07f15a31
Octal22153541341360736113261
Binary10010110111101100101110010111100111111100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,236); }

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

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

 a { background-color: rgb(18,13,236); }

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

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

 span { border-color: rgb(18,13,236); }

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