#1319CF

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

Shades of Medium Blue #1319CF

Tints of Medium Blue #1319CF

Color information

#1319CF (or 0x1319CF) is unknown color: approx Medium Blue. HEX triplet: 13, 19 and CF. RGB value is (19,25,207). Sum of RGB (Red+Green+Blue) = 19+25+207=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 25 (10.16% from 255 or 9.96% 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 #1319CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319CF is #ECE630. Grayscale: #2B2B2B. Windows color (decimal): -15525425 or 13572371. OLE color: 13572371.

HSL color Cylindrical-coordinate representation of color #1319CF: hue angle of 238.09º 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 #1319CF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1925207-
CMYK0.910.8800.19
HSL238.09º83.19%44.31%-
HSV(B)238.09º90.82%81.18%-
XYZ11.885.3459.44-
YUV43.95220.01110.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19252070.910.8800.19238.0983.1944.31
Hex1319CF5B58013ee532c
Octal233131713313002335612354
Binary10011110011100111110110111011000010011111011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1319CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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