Html Css Color HEX #004FFA Navy Blue

📋 copy color: '#004FFA'

red 0 ◦ green 79 ◦ blue 250

#004FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #004FFA

Tints of Navy Blue #004FFA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 79 (31.25% from 255) = 24.01%

 BLUE value IS 250 (98.05% from 255) = 75.99%

R = 0%
G = 24.01%
B = 75.99%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#004FFA (or 0x004FFA) is known color: Navy Blue. HEX triplet: 00, 4F and FA. RGB value is (0,79,250). Sum of RGB (Red+Green+Blue) = 0+79+250=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #004FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FFA is #FFB005. Grayscale: #4A4A4A. Windows color (decimal): -16756742 or 16404224. OLE color: 16404224.

HSL color Cylindrical-coordinate representation of color #004FFA: hue angle of 221.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FFA is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 79 250 -
CMYK 1 0.68 0 0.02
HSL 221.04º 1% 0.49% -
HSV(B) 221.04º 1% 0.98% -
XYZ 20.05 12.49 91.8 -
YUV 74.87 226.83 74.6 -
System Red Green Blue C M Y K H S L
Decimal 0 79 250 1 0.68 0 0.02 221.04 1 0.49
Hex 0 4F FA 64 44 0 2 DD 64 31
Octal 0 117 372 144 104 0 2 335 144 61
Binary 0 1001111 11111010 1100100 1000100 0 10 11011101 1100100 110001

Color Harmonies of #004FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FFA

Black with #004FFA

Text Example


Text Example

White with #004FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004FFA;
 }
 .AnyTagClassName
 {
   color: #004FFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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