Html Css Color HEX #004DCF Navy Blue

📋 copy color: '#004DCF'

red 0 ◦ green 77 ◦ blue 207

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

Shades of Navy Blue #004DCF

Tints of Navy Blue #004DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.89%

R = 0%
G = 27.11%
B = 72.89%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#004DCF (or 0x004DCF) is known color: Navy Blue. HEX triplet: 00, 4D and CF. RGB value is (0,77,207). Sum of RGB (Red+Green+Blue) = 0+77+207=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #004DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DCF is #FFB230. Grayscale: #444444. Windows color (decimal): -16757297 or 13585664. OLE color: 13585664.

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

Color convert

RGB 0 77 207 -
CMYK 1 0.63 0 0.19
HSL 217.68º 1% 0.41% -
HSV(B) 217.68º 1% 0.81% -
XYZ 13.92 9.81 60.19 -
YUV 68.8 205.99 78.93 -
System Red Green Blue C M Y K H S L
Decimal 0 77 207 1 0.63 0 0.19 217.68 1 0.41
Hex 0 4D CF 64 3F 0 13 DA 64 29
Octal 0 115 317 144 77 0 23 332 144 51
Binary 0 1001101 11001111 1100100 111111 0 10011 11011010 1100100 101001

Color Harmonies of #004DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DCF

Black with #004DCF

Text Example


Text Example

White with #004DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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