#1307BE

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

Shades of Medium Blue #1307BE

Tints of Medium Blue #1307BE

Color information

#1307BE (or 0x1307BE) is unknown color: approx Medium Blue. HEX triplet: 13, 07 and BE. RGB value is (19,7,190). Sum of RGB (Red+Green+Blue) = 19+7+190=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #1307BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307BE is #ECF841. Grayscale: #1E1E1E. Windows color (decimal): -15530050 or 12453651. OLE color: 12453651.

HSL color Cylindrical-coordinate representation of color #1307BE: hue angle of 243.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1307BE is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB197190-
CMYK0.900.9600.25
HSL243.93º92.89%38.63%-
HSV(B)243.93º96.32%74.51%-
XYZ9.644.0148.98-
YUV31.45217.48119.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 190 (74.61% from 255) = 87.96%
R=8.80%
G=3.24%
B=87.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1971900.900.9600.25243.9392.8938.63
Hex137BE5A60019f45d27
Octal23727613214003136413547
Binary100111111011111010110101100000011001111101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1307BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1307BE; }

 p { color: rgb(19,7,190); }

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

<style>
 a { background-color: #1307BE; }

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

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

<style>
 span { border-color: #1307BE; }

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

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