#1612BB

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

Shades of Medium Blue #1612BB

Tints of Medium Blue #1612BB

Color information

#1612BB (or 0x1612BB) is unknown color: approx Medium Blue. HEX triplet: 16, 12 and BB. RGB value is (22,18,187). Sum of RGB (Red+Green+Blue) = 22+18+187=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 18 (7.42% from 255 or 7.93% 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 #1612BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1612BB is #E9ED44. Grayscale: #252525. Windows color (decimal): -15330629 or 12259862. OLE color: 12259862.

HSL color Cylindrical-coordinate representation of color #1612BB: hue angle of 241.42º 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 #1612BB is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2218187-
CMYK0.880.9000.27
HSL241.42º82.44%40.2%-
HSV(B)241.42º90.37%73.33%-
XYZ9.524.1947.32-
YUV38.46211.83116.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22181870.880.9000.27241.4282.4440.2
Hex1612BB585A01Bf15228
Octal262227313013203336112250
Binary10110100101011101110110001011010011011111100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1612BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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