#0371ef

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

Shades of Navy Blue #0371EF

Tints of Navy Blue #0371EF

Color information

#0371EF (or 0x0371EF) is unknown color: approx Navy Blue. HEX triplet: 03, 71 and EF. RGB value is (3,113,239). Sum of RGB (Red+Green+Blue) = 3+113+239=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #0371EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371EF is #FC8E10. Grayscale: #5D5D5D. Windows color (decimal): -16551441 or 15692035. OLE color: 15692035.

HSL color Cylindrical-coordinate representation of color #0371EF: hue angle of 212.03º 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 #0371EF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3113239-
CMYK0.990.5300.06
HSL212.03º97.52%47.45%-
HSV(B)212.03º98.74%93.73%-
XYZ21.5218.0684.01-
YUV94.47209.5662.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 239 (93.75% from 255) = 67.32%
R=0.85%
G=31.83%
B=67.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31132390.990.5300.06212.0397.5247.45
Hex371EF633506d4622f
Octal3161357143650632414257
Binary1111100011110111111000111101010110110101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0371ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0371ef; }

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

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

<style>
 a { background-color: #0371ef; }

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

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

<style>
 span { border-color: #0371ef; }

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

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