Html Css Color HEX #004DFF Navy Blue

📋 copy color: '#004DFF'

red 0 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #004DFF

Tints of Navy Blue #004DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 255 (100% from 255) = 76.81%

R = 0%
G = 23.19%
B = 76.81%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#004DFF (or 0x004DFF) is known color: Navy Blue. HEX triplet: 00, 4D and FF. RGB value is (0,77,255). Sum of RGB (Red+Green+Blue) = 0+77+255=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #004DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DFF is #FFB200. Grayscale: #494949. Windows color (decimal): -16757249 or 16731392. OLE color: 16731392.

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

Color convert

RGB 0 77 255 -
CMYK 1 0.70 0 0
HSL 221.88º 1% 0.5% -
HSV(B) 221.88º 1% 1% -
XYZ 20.7 12.53 95.93 -
YUV 74.27 229.99 75.03 -
System Red Green Blue C M Y K H S L
Decimal 0 77 255 1 0.70 0 0 221.88 1 0.5
Hex 0 4D FF 64 46 0 0 DE 64 32
Octal 0 115 377 144 106 0 0 336 144 62
Binary 0 1001101 11111111 1100100 1000110 0 0 11011110 1100100 110010

Color Harmonies of #004DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DFF

Black with #004DFF

Text Example


Text Example

White with #004DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,77,255); }

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

background-color css

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

 a { background-color: rgb(0,77,255); }

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

border-color css

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

 span { border-color: rgb(0,77,255); }

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