Html Css Color HEX #014FCE Navy Blue

📋 copy color: '#014FCE'

red 1 ◦ green 79 ◦ blue 206

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

Shades of Navy Blue #014FCE

Tints of Navy Blue #014FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 0.35%
G = 27.62%
B = 72.03%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#014FCE (or 0x014FCE) is known color: Navy Blue. HEX triplet: 01, 4F and CE. RGB value is (1,79,206). Sum of RGB (Red+Green+Blue) = 1+79+206=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #014FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FCE is #FEB031. Grayscale: #454545. Windows color (decimal): -16691250 or 13520641. OLE color: 13520641.

HSL color Cylindrical-coordinate representation of color #014FCE: hue angle of 217.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FCE is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 79 206 -
CMYK 1.00 0.62 0 0.19
HSL 217.17º 0.99% 0.41% -
HSV(B) 217.17º 1% 0.81% -
XYZ 13.95 10.05 59.6 -
YUV 70.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 1 79 206 1.00 0.62 0 0.19 217.17 0.99 0.41
Hex 1 4F CE 64 3E 0 13 D9 63 29
Octal 1 117 316 144 76 0 23 331 143 51
Binary 1 1001111 11001110 1100100 111110 0 10011 11011001 1100011 101001

Color Harmonies of #014FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FCE

Black with #014FCE

Text Example


Text Example

White with #014FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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