#1301CF

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

Shades of Medium Blue #1301CF

Tints of Medium Blue #1301CF

Color information

#1301CF (or 0x1301CF) is unknown color: approx Medium Blue. HEX triplet: 13, 01 and CF. RGB value is (19,1,207). Sum of RGB (Red+Green+Blue) = 19+1+207=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #1301CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301CF is #ECFE30. Grayscale: #1D1D1D. Windows color (decimal): -15531569 or 13566227. OLE color: 13566227.

HSL color Cylindrical-coordinate representation of color #1301CF: hue angle of 245.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1301CF is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191207-
CMYK0.911.0000.19
HSL245.24º99.04%40.78%-
HSV(B)245.24º99.52%81.18%-
XYZ11.544.6759.32-
YUV29.87227.96120.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 207 (81.25% from 255) = 91.19%
R=8.37%
G=0.44%
B=91.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912070.911.0000.19245.2499.0440.78
Hex131CF5B64013f56329
Octal23131713314402336514351
Binary1001111100111110110111100100010011111101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1301CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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