#004CD1

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

Shades of Navy Blue #004CD1

Tints of Navy Blue #004CD1

Color information

#004CD1 (or 0x004CD1) is unknown color: approx Navy Blue. HEX triplet: 00, 4C and D1. RGB value is (0,76,209). Sum of RGB (Red+Green+Blue) = 0+76+209=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #004CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CD1 is #FFB32E. Grayscale: #434343. Windows color (decimal): -16757551 or 13716480. OLE color: 13716480.

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

Color convert

RGB076209-
CMYK10.6400.18
HSL218.18º100%40.98%-
HSV(B)218.18º100%81.96%-
XYZ14.099.7761.47-
YUV68.44207.3279.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 209 (82.03% from 255) = 73.33%
R=0%
G=26.67%
B=73.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal07620910.6400.18218.1810040.98
Hex04CD16440012da6429
Octal011432114410002233214451
Binary010011001101000111001001000000010010110110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,76,209); }

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

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

 a { background-color: rgb(0,76,209); }

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

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

 span { border-color: rgb(0,76,209); }

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