#1216BB

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

Shades of Medium Blue #1216BB

Tints of Medium Blue #1216BB

Color information

#1216BB (or 0x1216BB) is unknown color: approx Medium Blue. HEX triplet: 12, 16 and BB. RGB value is (18,22,187). Sum of RGB (Red+Green+Blue) = 18+22+187=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #1216BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216BB is #EDE944. Grayscale: #262626. Windows color (decimal): -15591749 or 12260882. OLE color: 12260882.

HSL color Cylindrical-coordinate representation of color #1216BB: hue angle of 238.58º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1216BB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1822187-
CMYK0.900.8800.27
HSL238.58º82.44%40.2%-
HSV(B)238.58º90.37%73.33%-
XYZ9.514.2947.34-
YUV39.61211.17112.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 187 (73.44% from 255) = 82.38%
R=7.93%
G=9.69%
B=82.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18221870.900.8800.27238.5882.4440.2
Hex1216BB5A5801Bef5228
Octal222627313213003335712250
Binary10010101101011101110110101011000011011111011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1216BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1216BB; }

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

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

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

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

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

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

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

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