#004DC7

Color #004DC7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #004DC7

Tints of Navy Blue #004DC7

Color information

#004DC7 (or 0x004DC7) is unknown color: approx 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

RGB077199-
CMYK10.6100.22
HSL216.78º100%39.02%-
HSV(B)216.78º100%78.04%-
XYZ12.969.4355.17-
YUV67.88201.9979.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 199 (78.12% from 255) = 72.10%
R=0%
G=27.90%
B=72.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal07719910.6100.22216.7810039.02
Hex04DC7643D016d96427
Octal01153071447502633114447
Binary01001101110001111100100111101010110110110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>