#1913CF

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

Shades of Medium Blue #1913CF

Tints of Medium Blue #1913CF

Color information

#1913CF (or 0x1913CF) is unknown color: approx Medium Blue. HEX triplet: 19, 13 and CF. RGB value is (25,19,207). Sum of RGB (Red+Green+Blue) = 25+19+207=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #1913CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913CF is #E6EC30. Grayscale: #292929. Windows color (decimal): -15133745 or 13570841. OLE color: 13570841.

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

Color convert

RGB2519207-
CMYK0.880.9100.19
HSL241.91º83.19%44.31%-
HSV(B)241.91º90.82%81.18%-
XYZ11.95.1859.4-
YUV42.23220.99115.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 207 (81.25% from 255) = 82.47%
R=9.96%
G=7.57%
B=82.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25192070.880.9100.19241.9183.1944.31
Hex1913CF585B013f2532c
Octal312331713013302336212354
Binary11001100111100111110110001011011010011111100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1913CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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