Html Css Color HEX #014CFE Navy Blue

📋 copy color: '#014CFE'

red 1 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #014CFE

Tints of Navy Blue #014CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 0.3%
G = 22.96%
B = 76.74%

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

#014CFE (or 0x014CFE) is known color: Navy Blue. HEX triplet: 01, 4C and FE. RGB value is (1,76,254). Sum of RGB (Red+Green+Blue) = 1+76+254=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #014CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CFE is #FEB301. Grayscale: #494949. Windows color (decimal): -16691970 or 16665601. OLE color: 16665601.

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

Color convert

RGB 1 76 254 -
CMYK 1.00 0.70 0 0.00
HSL 222.21º 0.99% 0.5% -
HSV(B) 222.21º 1% 1% -
XYZ 20.49 12.33 95.07 -
YUV 73.87 229.65 76.03 -
System Red Green Blue C M Y K H S L
Decimal 1 76 254 1.00 0.70 0 0.00 222.21 0.99 0.5
Hex 1 4C FE 64 46 0 0 DE 63 32
Octal 1 114 376 144 106 0 0 336 143 62
Binary 1 1001100 11111110 1100100 1000110 0 0 11011110 1100011 110010

Color Harmonies of #014CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CFE

Black with #014CFE

Text Example


Text Example

White with #014CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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