#1313B7

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

Shades of Medium Blue #1313B7

Tints of Medium Blue #1313B7

Color information

#1313B7 (or 0x1313B7) is unknown color: approx Medium Blue. HEX triplet: 13, 13 and B7. RGB value is (19,19,183). Sum of RGB (Red+Green+Blue) = 19+19+183=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 183 (71.88% from 255 or 82.81% from 221); Max value from RGB is 183 - color contains mainly: blue. Hex color #1313B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313B7 is #ECEC48. Grayscale: #252525. Windows color (decimal): -15526985 or 11997971. OLE color: 11997971.

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

Color convert

RGB1919183-
CMYK0.900.9000.28
HSL240º81.19%39.61%-
HSV(B)240º89.62%71.76%-
XYZ9.054.0245.1-
YUV37.7210114.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 183 (71.88% from 255) = 82.81%
R=8.60%
G=8.60%
B=82.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19191830.900.9000.2824081.1939.61
Hex1313B75A5A01Cf05128
Octal232326713213203436012150
Binary10011100111011011110110101011010011100111100001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1313B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,19,183); }

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

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

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

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

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

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

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