Html Css Color HEX #004FFD Navy Blue

📋 copy color: '#004FFD'

red 0 ◦ green 79 ◦ blue 253

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

Shades of Navy Blue #004FFD

Tints of Navy Blue #004FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.2%

R = 0%
G = 23.8%
B = 76.2%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#004FFD (or 0x004FFD) is known color: Navy Blue. HEX triplet: 00, 4F and FD. RGB value is (0,79,253). Sum of RGB (Red+Green+Blue) = 0+79+253=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #004FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FFD is #FFB002. Grayscale: #4A4A4A. Windows color (decimal): -16756739 or 16600832. OLE color: 16600832.

HSL color Cylindrical-coordinate representation of color #004FFD: hue angle of 221.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FFD is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 79 253 -
CMYK 1 0.69 0 0.01
HSL 221.26º 1% 0.5% -
HSV(B) 221.26º 1% 0.99% -
XYZ 20.53 12.68 94.29 -
YUV 75.22 228.33 74.35 -
System Red Green Blue C M Y K H S L
Decimal 0 79 253 1 0.69 0 0.01 221.26 1 0.5
Hex 0 4F FD 64 45 0 1 DD 64 32
Octal 0 117 375 144 105 0 1 335 144 62
Binary 0 1001111 11111101 1100100 1000101 0 1 11011101 1100100 110010

Color Harmonies of #004FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FFD

Black with #004FFD

Text Example


Text Example

White with #004FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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