Html Css Color HEX #014FFA Navy Blue

📋 copy color: '#014FFA'

red 1 ◦ green 79 ◦ blue 250

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

Shades of Navy Blue #014FFA

Tints of Navy Blue #014FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 0.3%
G = 23.94%
B = 75.76%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#014FFA (or 0x014FFA) is known color: Navy Blue. HEX triplet: 01, 4F and FA. RGB value is (1,79,250). Sum of RGB (Red+Green+Blue) = 1+79+250=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #014FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FFA is #FEB005. Grayscale: #4A4A4A. Windows color (decimal): -16691206 or 16404225. OLE color: 16404225.

HSL color Cylindrical-coordinate representation of color #014FFA: hue angle of 221.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FFA is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 79 250 -
CMYK 1.00 0.68 0 0.02
HSL 221.2º 0.99% 0.49% -
HSV(B) 221.2º 1% 0.98% -
XYZ 20.06 12.5 91.8 -
YUV 75.17 226.66 75.1 -
System Red Green Blue C M Y K H S L
Decimal 1 79 250 1.00 0.68 0 0.02 221.2 0.99 0.49
Hex 1 4F FA 64 44 0 2 DD 63 31
Octal 1 117 372 144 104 0 2 335 143 61
Binary 1 1001111 11111010 1100100 1000100 0 10 11011101 1100011 110001

Color Harmonies of #014FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FFA

Black with #014FFA

Text Example


Text Example

White with #014FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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