#120ABB

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

Shades of Medium Blue #120ABB

Tints of Medium Blue #120ABB

Color information

#120ABB (or 0x120ABB) is unknown color: approx Medium Blue. HEX triplet: 12, 0A and BB. RGB value is (18,10,187). Sum of RGB (Red+Green+Blue) = 18+10+187=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #120ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ABB is #EDF544. Grayscale: #1F1F1F. Windows color (decimal): -15594821 or 12257810. OLE color: 12257810.

HSL color Cylindrical-coordinate representation of color #120ABB: hue angle of 242.71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ABB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1810187-
CMYK0.900.9500.27
HSL242.71º89.85%38.63%-
HSV(B)242.71º94.65%73.33%-
XYZ9.333.9347.28-
YUV32.57215.15117.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 187 (73.44% from 255) = 86.98%
R=8.37%
G=4.65%
B=86.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18101870.900.9500.27242.7189.8538.63
Hex12ABB5A5F01Bf35a27
Octal221227313213703336313247
Binary1001010101011101110110101011111011011111100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,187); }

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

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

 a { background-color: rgb(18,10,187); }

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

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

 span { border-color: rgb(18,10,187); }

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