Html Css Color HEX #014FDA Navy Blue

📋 copy color: '#014FDA'

red 1 ◦ green 79 ◦ blue 218

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

Shades of Navy Blue #014FDA

Tints of Navy Blue #014FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

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

R = 0.34%
G = 26.51%
B = 73.15%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#014FDA (or 0x014FDA) is known color: Navy Blue. HEX triplet: 01, 4F and DA. RGB value is (1,79,218). Sum of RGB (Red+Green+Blue) = 1+79+218=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #014FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FDA is #FEB025. Grayscale: #464646. Windows color (decimal): -16691238 or 14307073. OLE color: 14307073.

HSL color Cylindrical-coordinate representation of color #014FDA: hue angle of 218.43º 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 #014FDA is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 79 218 -
CMYK 1.00 0.64 0 0.15
HSL 218.43º 0.99% 0.43% -
HSV(B) 218.43º 1% 0.85% -
XYZ 15.46 10.66 67.57 -
YUV 71.52 210.66 77.7 -
System Red Green Blue C M Y K H S L
Decimal 1 79 218 1.00 0.64 0 0.15 218.43 0.99 0.43
Hex 1 4F DA 64 40 0 F DA 63 2B
Octal 1 117 332 144 100 0 17 332 143 53
Binary 1 1001111 11011010 1100100 1000000 0 1111 11011010 1100011 101011

Color Harmonies of #014FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FDA

Black with #014FDA

Text Example


Text Example

White with #014FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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