#1613C5

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

Shades of Medium Blue #1613C5

Tints of Medium Blue #1613C5

Color information

#1613C5 (or 0x1613C5) is unknown color: approx Medium Blue. HEX triplet: 16, 13 and C5. RGB value is (22,19,197). Sum of RGB (Red+Green+Blue) = 22+19+197=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 197 (77.34% from 255 or 82.77% from 238); Max value from RGB is 197 - color contains mainly: blue. Hex color #1613C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1613C5 is #E9EC3A. Grayscale: #272727. Windows color (decimal): -15330363 or 12915478. OLE color: 12915478.

HSL color Cylindrical-coordinate representation of color #1613C5: hue angle of 241.01º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1613C5 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2219197-
CMYK0.890.9000.23
HSL241.01º82.41%42.35%-
HSV(B)241.01º90.36%77.25%-
XYZ10.644.6753.16-
YUV40.19216.49115.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 197 (77.34% from 255) = 82.77%
R=9.24%
G=7.98%
B=82.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal22191970.890.9000.23241.0182.4142.35
Hex1613C5595A017f1522a
Octal262330513113202736112252
Binary10110100111100010110110011011010010111111100011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1613C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1613C5; }

 p { color: rgb(22,19,197); }

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

<style>
 a { background-color: #1613C5; }

 a { background-color: rgb(22,19,197); }

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

<style>
 span { border-color: #1613C5; }

 span { border-color: rgb(22,19,197); }

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