#014DCC

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

Shades of Navy Blue #014DCC

Tints of Navy Blue #014DCC

Color information

#014DCC (or 0x014DCC) is unknown color: approx Navy Blue. HEX triplet: 01, 4D and CC. RGB value is (1,77,204). Sum of RGB (Red+Green+Blue) = 1+77+204=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #014DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DCC is #FEB233. Grayscale: #444444. Windows color (decimal): -16691764 or 13389057. OLE color: 13389057.

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

Color convert

RGB177204-
CMYK1.000.6200.2
HSL217.54º99.02%40.2%-
HSV(B)217.54º99.51%80%-
XYZ13.579.6758.28-
YUV68.75204.3279.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 204 (80.08% from 255) = 72.34%
R=0.35%
G=27.30%
B=72.34%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041.000.6200.2217.5499.0240.2
Hex14DCC643E014da6328
Octal11153141447602433214350
Binary11001101110011001100100111110010100110110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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