#1302BF

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

Shades of Medium Blue #1302BF

Tints of Medium Blue #1302BF

Color information

#1302BF (or 0x1302BF) is unknown color: approx Medium Blue. HEX triplet: 13, 02 and BF. RGB value is (19,2,191). Sum of RGB (Red+Green+Blue) = 19+2+191=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #1302BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302BF is #ECFD40. Grayscale: #1B1B1B. Windows color (decimal): -15531329 or 12517907. OLE color: 12517907.

HSL color Cylindrical-coordinate representation of color #1302BF: hue angle of 245.4º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302BF is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192191-
CMYK0.900.9900.25
HSL245.4º97.93%37.84%-
HSV(B)245.4º98.95%74.9%-
XYZ9.693.9449.54-
YUV28.63219.63121.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 191 (75% from 255) = 90.09%
R=8.96%
G=0.94%
B=90.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921910.900.9900.25245.497.9337.84
Hex132BF5A63019f56226
Octal23227713214303136514246
Binary10011101011111110110101100011011001111101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1302BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1302BF; }

 p { color: rgb(19,2,191); }

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

<style>
 a { background-color: #1302BF; }

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

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

<style>
 span { border-color: #1302BF; }

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

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