#004FCF

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

Shades of Navy Blue #004FCF

Tints of Navy Blue #004FCF

Color information

#004FCF (or 0x004FCF) is unknown color: approx Navy Blue. HEX triplet: 00, 4F and CF. RGB value is (0,79,207). Sum of RGB (Red+Green+Blue) = 0+79+207=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #004FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FCF is #FFB030. Grayscale: #454545. Windows color (decimal): -16756785 or 13586176. OLE color: 13586176.

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

Color convert

RGB079207-
CMYK10.6200.19
HSL217.1º100%40.59%-
HSV(B)217.1º100%81.18%-
XYZ14.0610.160.24-
YUV69.97205.3378.09-

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.62%
BLUE value IS 207 (81.25% from 255) = 72.38%
R=0%
G=27.62%
B=72.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal07920710.6200.19217.110040.59
Hex04FCF643E013d96429
Octal01173171447602333114451
Binary01001111110011111100100111110010011110110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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