Html Css Color HEX #004FD2 Navy Blue

📋 copy color: '#004FD2'

red 0 ◦ green 79 ◦ blue 210

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

Shades of Navy Blue #004FD2

Tints of Navy Blue #004FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 0%
G = 27.34%
B = 72.66%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#004FD2 (or 0x004FD2) is known color: Navy Blue. HEX triplet: 00, 4F and D2. RGB value is (0,79,210). Sum of RGB (Red+Green+Blue) = 0+79+210=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #004FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FD2 is #FFB02D. Grayscale: #454545. Windows color (decimal): -16756782 or 13782784. OLE color: 13782784.

HSL color Cylindrical-coordinate representation of color #004FD2: hue angle of 217.43º 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 #004FD2 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 79 210 -
CMYK 1 0.62 0 0.18
HSL 217.43º 1% 0.41% -
HSV(B) 217.43º 1% 0.82% -
XYZ 14.43 10.25 62.19 -
YUV 70.31 206.83 77.85 -
System Red Green Blue C M Y K H S L
Decimal 0 79 210 1 0.62 0 0.18 217.43 1 0.41
Hex 0 4F D2 64 3E 0 12 D9 64 29
Octal 0 117 322 144 76 0 22 331 144 51
Binary 0 1001111 11010010 1100100 111110 0 10010 11011001 1100100 101001

Color Harmonies of #004FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FD2

Black with #004FD2

Text Example


Text Example

White with #004FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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