Html Css Color HEX #014FEB Navy Blue

📋 copy color: '#014FEB'

red 1 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #014FEB

Tints of Navy Blue #014FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 0.32%
G = 25.08%
B = 74.6%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#014FEB (or 0x014FEB) is known color: Navy Blue. HEX triplet: 01, 4F and EB. RGB value is (1,79,235). Sum of RGB (Red+Green+Blue) = 1+79+235=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #014FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FEB is #FEB014. Grayscale: #484848. Windows color (decimal): -16691221 or 15421185. OLE color: 15421185.

HSL color Cylindrical-coordinate representation of color #014FEB: hue angle of 220º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FEB is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 79 235 -
CMYK 1.00 0.66 0 0.08
HSL 220º 0.99% 0.46% -
HSV(B) 220º 1% 0.92% -
XYZ 17.8 11.6 79.9 -
YUV 73.46 219.16 76.32 -
System Red Green Blue C M Y K H S L
Decimal 1 79 235 1.00 0.66 0 0.08 220 0.99 0.46
Hex 1 4F EB 64 42 0 8 DC 63 2E
Octal 1 117 353 144 102 0 10 334 143 56
Binary 1 1001111 11101011 1100100 1000010 0 1000 11011100 1100011 101110

Color Harmonies of #014FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FEB

Black with #014FEB

Text Example


Text Example

White with #014FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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