Html Css Color HEX #014DDA Navy Blue

📋 copy color: '#014DDA'

red 1 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #014DDA

Tints of Navy Blue #014DDA

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 218 (85.55% from 255) = 73.65%

R = 0.34%
G = 26.01%
B = 73.65%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#014DDA (or 0x014DDA) is known color: Navy Blue. HEX triplet: 01, 4D and DA. RGB value is (1,77,218). Sum of RGB (Red+Green+Blue) = 1+77+218=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #014DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DDA is #FEB225. Grayscale: #454545. Windows color (decimal): -16691750 or 14306561. OLE color: 14306561.

HSL color Cylindrical-coordinate representation of color #014DDA: hue angle of 218.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DDA is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 77 218 -
CMYK 1.00 0.65 0 0.15
HSL 218.99º 0.99% 0.43% -
HSV(B) 218.99º 1% 0.85% -
XYZ 15.32 10.38 67.52 -
YUV 70.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 1 77 218 1.00 0.65 0 0.15 218.99 0.99 0.43
Hex 1 4D DA 64 41 0 F DB 63 2B
Octal 1 115 332 144 101 0 17 333 143 53
Binary 1 1001101 11011010 1100100 1000001 0 1111 11011011 1100011 101011

Color Harmonies of #014DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DDA

Black with #014DDA

Text Example


Text Example

White with #014DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014DDA;
 }
 .AnyTagClassName
 {
   color: #014DDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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