#0315EB

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

Shades of Blue #0315EB

Tints of Blue #0315EB

Color information

#0315EB (or 0x0315EB) is unknown color: approx Blue. HEX triplet: 03, 15 and EB. RGB value is (3,21,235). Sum of RGB (Red+Green+Blue) = 3+21+235=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #0315EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0315EB is #FCEA14. Grayscale: #272727. Windows color (decimal): -16574997 or 15406339. OLE color: 15406339.

HSL color Cylindrical-coordinate representation of color #0315EB: hue angle of 235.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315EB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB321235-
CMYK0.990.9100.08
HSL235.34º97.48%46.67%-
HSV(B)235.34º98.72%92.16%-
XYZ15.36.5579.06-
YUV40.01238.04101.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 235 (92.19% from 255) = 90.73%
R=1.16%
G=8.11%
B=90.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal3212350.990.9100.08235.3497.4846.67
Hex315EB635B08eb612f
Octal32535314313301035314157
Binary1110101111010111100011101101101000111010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0315EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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