Html Css Color HEX #014FED Navy Blue

📋 copy color: '#014FED'

red 1 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #014FED

Tints of Navy Blue #014FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 0.32%
G = 24.92%
B = 74.76%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#014FED (or 0x014FED) is known color: Navy Blue. HEX triplet: 01, 4F and ED. RGB value is (1,79,237). Sum of RGB (Red+Green+Blue) = 1+79+237=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #014FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FED is #FEB012. Grayscale: #484848. Windows color (decimal): -16691219 or 15552257. OLE color: 15552257.

HSL color Cylindrical-coordinate representation of color #014FED: hue angle of 220.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FED is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 79 237 -
CMYK 1.00 0.67 0 0.07
HSL 220.17º 0.99% 0.47% -
HSV(B) 220.17º 1% 0.93% -
XYZ 18.09 11.71 81.43 -
YUV 73.69 220.16 76.15 -
System Red Green Blue C M Y K H S L
Decimal 1 79 237 1.00 0.67 0 0.07 220.17 0.99 0.47
Hex 1 4F ED 64 43 0 7 DC 63 2F
Octal 1 117 355 144 103 0 7 334 143 57
Binary 1 1001111 11101101 1100100 1000011 0 111 11011100 1100011 101111

Color Harmonies of #014FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FED

Black with #014FED

Text Example


Text Example

White with #014FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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