Html Css Color HEX #004DC7 Navy Blue

📋 copy color: '#004DC7'

red 0 ◦ green 77 ◦ blue 199

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

Shades of Navy Blue #004DC7

Tints of Navy Blue #004DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 72.1%

R = 0%
G = 27.9%
B = 72.1%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#004DC7 (or 0x004DC7) is known color: Navy Blue. HEX triplet: 00, 4D and C7. RGB value is (0,77,199). Sum of RGB (Red+Green+Blue) = 0+77+199=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #004DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC7 is #FFB238. Grayscale: #434343. Windows color (decimal): -16757305 or 13061376. OLE color: 13061376.

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

Color convert

RGB 0 77 199 -
CMYK 1 0.61 0 0.22
HSL 216.78º 1% 0.39% -
HSV(B) 216.78º 1% 0.78% -
XYZ 12.96 9.43 55.17 -
YUV 67.89 201.99 79.58 -
System Red Green Blue C M Y K H S L
Decimal 0 77 199 1 0.61 0 0.22 216.78 1 0.39
Hex 0 4D C7 64 3D 0 16 D9 64 27
Octal 0 115 307 144 75 0 26 331 144 47
Binary 0 1001101 11000111 1100100 111101 0 10110 11011001 1100100 100111

Color Harmonies of #004DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DC7

Black with #004DC7

Text Example


Text Example

White with #004DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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