#004DCC

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

Shades of Navy Blue #004DCC

Tints of Navy Blue #004DCC

Color information

#004DCC (or 0x004DCC) is unknown color: approx Navy Blue. HEX triplet: 00, 4D and CC. RGB value is (0,77,204). Sum of RGB (Red+Green+Blue) = 0+77+204=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #004DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DCC is #FFB233. Grayscale: #434343. Windows color (decimal): -16757300 or 13389056. OLE color: 13389056.

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

Color convert

RGB077204-
CMYK10.6200.2
HSL217.35º100%40%-
HSV(B)217.35º100%80%-
XYZ13.559.6758.28-
YUV68.46204.4979.17-

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.40%
BLUE value IS 204 (80.08% from 255) = 72.60%
R=0%
G=27.40%
B=72.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal07720410.6200.2217.3510040
Hex04DCC643E014d96428
Octal01153141447602433114450
Binary01001101110011001100100111110010100110110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004DCC;
 }
 .AnyTagClassName
 {
   color: #004DCC;
 }
</style>
background-color css

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

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

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

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

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

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