#0319BB

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

Shades of Medium Blue #0319BB

Tints of Medium Blue #0319BB

Color information

#0319BB (or 0x0319BB) is unknown color: approx Medium Blue. HEX triplet: 03, 19 and BB. RGB value is (3,25,187). Sum of RGB (Red+Green+Blue) = 3+25+187=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #0319BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0319BB is #FCE644. Grayscale: #242424. Windows color (decimal): -16574021 or 12261635. OLE color: 12261635.

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

Color convert

RGB325187-
CMYK0.980.8700.27
HSL232.83º96.84%37.25%-
HSV(B)232.83º98.4%73.33%-
XYZ9.354.347.35-
YUV36.89212.71103.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 187 (73.44% from 255) = 86.98%
R=1.40%
G=11.63%
B=86.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3251870.980.8700.27232.8396.8437.25
Hex319BB625701Be96125
Octal33127314212703335114145
Binary11110011011101111000101010111011011111010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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