Html Css Color HEX #014FFB Navy Blue

📋 copy color: '#014FFB'

red 1 ◦ green 79 ◦ blue 251

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

Shades of Navy Blue #014FFB

Tints of Navy Blue #014FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.83%

R = 0.3%
G = 23.87%
B = 75.83%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#014FFB (or 0x014FFB) is known color: Navy Blue. HEX triplet: 01, 4F and FB. RGB value is (1,79,251). Sum of RGB (Red+Green+Blue) = 1+79+251=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #014FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FFB is #FEB004. Grayscale: #4A4A4A. Windows color (decimal): -16691205 or 16469761. OLE color: 16469761.

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

Color convert

RGB 1 79 251 -
CMYK 1.00 0.69 0 0.02
HSL 221.28º 0.99% 0.49% -
HSV(B) 221.28º 1% 0.98% -
XYZ 20.22 12.56 92.63 -
YUV 75.29 227.16 75.01 -
System Red Green Blue C M Y K H S L
Decimal 1 79 251 1.00 0.69 0 0.02 221.28 0.99 0.49
Hex 1 4F FB 64 45 0 2 DD 63 31
Octal 1 117 373 144 105 0 2 335 143 61
Binary 1 1001111 11111011 1100100 1000101 0 10 11011101 1100011 110001

Color Harmonies of #014FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FFB

Black with #014FFB

Text Example


Text Example

White with #014FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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