#1309CF

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

Shades of Medium Blue #1309CF

Tints of Medium Blue #1309CF

Color information

#1309CF (or 0x1309CF) is unknown color: approx Medium Blue. HEX triplet: 13, 09 and CF. RGB value is (19,9,207). Sum of RGB (Red+Green+Blue) = 19+9+207=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #1309CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1309CF is #ECF630. Grayscale: #212121. Windows color (decimal): -15529521 or 13568275. OLE color: 13568275.

HSL color Cylindrical-coordinate representation of color #1309CF: hue angle of 243.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1309CF is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199207-
CMYK0.910.9600.19
HSL243.03º91.67%42.35%-
HSV(B)243.03º95.65%81.18%-
XYZ11.634.8459.35-
YUV34.56225.31116.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 207 (81.25% from 255) = 88.09%
R=8.09%
G=3.83%
B=88.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992070.910.9600.19243.0391.6742.35
Hex139CF5B60013f35c2a
Octal231131713314002336313452
Binary1001110011100111110110111100000010011111100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1309CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1309CF; }

 p { color: rgb(19,9,207); }

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

<style>
 a { background-color: #1309CF; }

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

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

<style>
 span { border-color: #1309CF; }

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

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