#0379E5

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

Shades of Navy Blue #0379E5

Tints of Navy Blue #0379E5

Color information

#0379E5 (or 0x0379E5) is unknown color: approx Navy Blue. HEX triplet: 03, 79 and E5. RGB value is (3,121,229). Sum of RGB (Red+Green+Blue) = 3+121+229=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #0379E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379E5 is #FC861A. Grayscale: #616161. Windows color (decimal): -16549403 or 15038723. OLE color: 15038723.

HSL color Cylindrical-coordinate representation of color #0379E5: hue angle of 208.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0379E5 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3121229-
CMYK0.990.4700.10
HSL208.67º97.41%45.49%-
HSV(B)208.67º98.69%89.8%-
XYZ21.0219.3576.76-
YUV98.03201.9160.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 229 (89.84% from 255) = 64.87%
R=0.85%
G=34.28%
B=64.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31212290.990.4700.10208.6797.4145.49
Hex379E5632F0Ad1612d
Octal31713451435701232114155
Binary11111100111100101110001110111101010110100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0379E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0379E5; }

 p { color: rgb(3,121,229); }

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

<style>
 a { background-color: #0379E5; }

 a { background-color: rgb(3,121,229); }

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

<style>
 span { border-color: #0379E5; }

 span { border-color: rgb(3,121,229); }

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