Html Css Color HEX #014FD8 Navy Blue

📋 copy color: '#014FD8'

red 1 ◦ green 79 ◦ blue 216

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

Shades of Navy Blue #014FD8

Tints of Navy Blue #014FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 72.97%

R = 0.34%
G = 26.69%
B = 72.97%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#014FD8 (or 0x014FD8) is known color: Navy Blue. HEX triplet: 01, 4F and D8. RGB value is (1,79,216). Sum of RGB (Red+Green+Blue) = 1+79+216=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 216 (84.77% from 255 or 72.97% from 296); Max value from RGB is 216 - color contains mainly: blue. Hex color #014FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FD8 is #FEB027. Grayscale: #464646. Windows color (decimal): -16691240 or 14176001. OLE color: 14176001.

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

Color convert

RGB 1 79 216 -
CMYK 1.00 0.63 0 0.15
HSL 218.23º 0.99% 0.43% -
HSV(B) 218.23º 1% 0.85% -
XYZ 15.2 10.56 66.2 -
YUV 71.3 209.66 77.86 -
System Red Green Blue C M Y K H S L
Decimal 1 79 216 1.00 0.63 0 0.15 218.23 0.99 0.43
Hex 1 4F D8 64 3F 0 F DA 63 2B
Octal 1 117 330 144 77 0 17 332 143 53
Binary 1 1001111 11011000 1100100 111111 0 1111 11011010 1100011 101011

Color Harmonies of #014FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FD8

Black with #014FD8

Text Example


Text Example

White with #014FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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