#0319BF

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

Shades of Medium Blue #0319BF

Tints of Medium Blue #0319BF

Color information

#0319BF (or 0x0319BF) is unknown color: approx Medium Blue. HEX triplet: 03, 19 and BF. RGB value is (3,25,191). Sum of RGB (Red+Green+Blue) = 3+25+191=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #0319BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0319BF is #FCE640. Grayscale: #242424. Windows color (decimal): -16574017 or 12523779. OLE color: 12523779.

HSL color Cylindrical-coordinate representation of color #0319BF: hue angle of 232.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0319BF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB325191-
CMYK0.980.8700.25
HSL232.98º96.91%38.04%-
HSV(B)232.98º98.43%74.9%-
XYZ9.794.4849.64-
YUV37.35214.71103.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 191 (75% from 255) = 87.21%
R=1.37%
G=11.42%
B=87.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3251910.980.8700.25232.9896.9138.04
Hex319BF6257019e96126
Octal33127714212703135114146
Binary11110011011111111000101010111011001111010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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