#004FD1

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

Shades of Navy Blue #004FD1

Tints of Navy Blue #004FD1

Color information

#004FD1 (or 0x004FD1) is unknown color: approx Navy Blue. HEX triplet: 00, 4F and D1. RGB value is (0,79,209). Sum of RGB (Red+Green+Blue) = 0+79+209=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 209 (82.03% from 255 or 72.57% from 288); Max value from RGB is 209 - color contains mainly: blue. Hex color #004FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FD1 is #FFB02E. Grayscale: #454545. Windows color (decimal): -16756783 or 13717248. OLE color: 13717248.

HSL color Cylindrical-coordinate representation of color #004FD1: hue angle of 217.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FD1 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB079209-
CMYK10.6200.18
HSL217.32º100%40.98%-
HSV(B)217.32º100%81.96%-
XYZ14.310.261.54-
YUV70.2206.3377.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 209 (82.03% from 255) = 72.57%
R=0%
G=27.43%
B=72.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal07920910.6200.18217.3210040.98
Hex04FD1643E012d96429
Octal01173211447602233114451
Binary01001111110100011100100111110010010110110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004FD1; }

 p { color: rgb(0,79,209); }

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

<style>
 a { background-color: #004FD1; }

 a { background-color: rgb(0,79,209); }

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

<style>
 span { border-color: #004FD1; }

 span { border-color: rgb(0,79,209); }

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