#1614B7

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

Shades of Medium Blue #1614B7

Tints of Medium Blue #1614B7

Color information

#1614B7 (or 0x1614B7) is unknown color: approx Medium Blue. HEX triplet: 16, 14 and B7. RGB value is (22,20,183). Sum of RGB (Red+Green+Blue) = 22+20+183=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #1614B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1614B7 is #E9EB48. Grayscale: #262626. Windows color (decimal): -15330121 or 11998230. OLE color: 11998230.

HSL color Cylindrical-coordinate representation of color #1614B7: hue angle of 240.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1614B7 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2220183-
CMYK0.880.8900.28
HSL240.74º80.3%39.8%-
HSV(B)240.74º89.07%71.76%-
XYZ9.134.0945.11-
YUV39.18209.16115.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 183 (71.88% from 255) = 81.33%
R=9.78%
G=8.89%
B=81.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal22201830.880.8900.28240.7480.339.8
Hex1614B7585901Cf15028
Octal262426713013103436112050
Binary10110101001011011110110001011001011100111100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1614B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1614B7; }

 p { color: rgb(22,20,183); }

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

<style>
 a { background-color: #1614B7; }

 a { background-color: rgb(22,20,183); }

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

<style>
 span { border-color: #1614B7; }

 span { border-color: rgb(22,20,183); }

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