Html Css Color HEX #014BFE Navy Blue

📋 copy color: '#014BFE'

red 1 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #014BFE

Tints of Navy Blue #014BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 254 (99.61% from 255) = 76.97%

R = 0.3%
G = 22.73%
B = 76.97%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#014BFE (or 0x014BFE) is known color: Navy Blue. HEX triplet: 01, 4B and FE. RGB value is (1,75,254). Sum of RGB (Red+Green+Blue) = 1+75+254=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #014BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BFE is #FEB401. Grayscale: #484848. Windows color (decimal): -16692226 or 16665345. OLE color: 16665345.

HSL color Cylindrical-coordinate representation of color #014BFE: hue angle of 222.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BFE is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 75 254 -
CMYK 1.00 0.70 0 0.00
HSL 222.45º 0.99% 0.5% -
HSV(B) 222.45º 1% 1% -
XYZ 20.42 12.19 95.04 -
YUV 73.28 229.98 76.45 -
System Red Green Blue C M Y K H S L
Decimal 1 75 254 1.00 0.70 0 0.00 222.45 0.99 0.5
Hex 1 4B FE 64 46 0 0 DE 63 32
Octal 1 113 376 144 106 0 0 336 143 62
Binary 1 1001011 11111110 1100100 1000110 0 0 11011110 1100011 110010

Color Harmonies of #014BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014BFE

Black with #014BFE

Text Example


Text Example

White with #014BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,254); }

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

background-color css

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

 a { background-color: rgb(1,75,254); }

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

border-color css

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

 span { border-color: rgb(1,75,254); }

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