#0319EF

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

Shades of Blue #0319EF

Tints of Blue #0319EF

Color information

#0319EF (or 0x0319EF) is unknown color: approx Blue. HEX triplet: 03, 19 and EF. RGB value is (3,25,239). Sum of RGB (Red+Green+Blue) = 3+25+239=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #0319EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319EF is #FCE610. Grayscale: #292929. Windows color (decimal): -16573969 or 15669507. OLE color: 15669507.

HSL color Cylindrical-coordinate representation of color #0319EF: hue angle of 234.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319EF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB325239-
CMYK0.990.9000.06
HSL234.41º97.52%47.45%-
HSV(B)234.41º98.74%93.73%-
XYZ15.976.9582.16-
YUV42.82238.7199.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 239 (93.75% from 255) = 89.51%
R=1.12%
G=9.36%
B=89.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3252390.990.9000.06234.4197.5247.45
Hex319EF635A06ea622f
Octal3313571431320635214257
Binary111100111101111110001110110100110111010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0319EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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