#0319D0

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

Shades of Medium Blue #0319D0

Tints of Medium Blue #0319D0

Color information

#0319D0 (or 0x0319D0) is unknown color: approx Medium Blue. HEX triplet: 03, 19 and D0. RGB value is (3,25,208). Sum of RGB (Red+Green+Blue) = 3+25+208=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 208 (81.64% from 255 or 88.14% from 236); Max value from RGB is 208 - color contains mainly: blue. Hex color #0319D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0319D0 is #FCE62F. Grayscale: #262626. Windows color (decimal): -16574000 or 13637891. OLE color: 13637891.

HSL color Cylindrical-coordinate representation of color #0319D0: hue angle of 233.56º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319D0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB325208-
CMYK0.990.8800.18
HSL233.56º97.16%41.37%-
HSV(B)233.56º98.56%81.57%-
XYZ11.775.2760.07-
YUV39.28223.21102.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 208 (81.64% from 255) = 88.14%
R=1.27%
G=10.59%
B=88.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3252080.990.8800.18233.5697.1641.37
Hex319D06358012ea6129
Octal33132014313002235214151
Binary11110011101000011000111011000010010111010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0319D0; }

 p { color: rgb(3,25,208); }

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

<style>
 a { background-color: #0319D0; }

 a { background-color: rgb(3,25,208); }

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

<style>
 span { border-color: #0319D0; }

 span { border-color: rgb(3,25,208); }

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