#0315BF

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

Shades of Medium Blue #0315BF

Tints of Medium Blue #0315BF

Color information

#0315BF (or 0x0315BF) is unknown color: approx Medium Blue. HEX triplet: 03, 15 and BF. RGB value is (3,21,191). Sum of RGB (Red+Green+Blue) = 3+21+191=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #0315BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315BF is #FCEA40. Grayscale: #222222. Windows color (decimal): -16575041 or 12522755. OLE color: 12522755.

HSL color Cylindrical-coordinate representation of color #0315BF: hue angle of 234.26º 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 #0315BF is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB321191-
CMYK0.980.8900.25
HSL234.26º96.91%38.04%-
HSV(B)234.26º98.43%74.9%-
XYZ9.714.3249.61-
YUV35216.04105.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 191 (75% from 255) = 88.84%
R=1.40%
G=9.77%
B=88.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3211910.980.8900.25234.2696.9138.04
Hex315BF6259019ea6126
Octal32527714213103135214146
Binary11101011011111111000101011001011001111010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0315BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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