Html Css Color HEX #014FC9 Navy Blue

📋 copy color: '#014FC9'

red 1 ◦ green 79 ◦ blue 201

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

Shades of Navy Blue #014FC9

Tints of Navy Blue #014FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.53%

R = 0.36%
G = 28.11%
B = 71.53%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#014FC9 (or 0x014FC9) is known color: Navy Blue. HEX triplet: 01, 4F and C9. RGB value is (1,79,201). Sum of RGB (Red+Green+Blue) = 1+79+201=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #014FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FC9 is #FEB036. Grayscale: #454545. Windows color (decimal): -16691255 or 13192961. OLE color: 13192961.

HSL color Cylindrical-coordinate representation of color #014FC9: hue angle of 216.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FC9 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 79 201 -
CMYK 1.00 0.61 0 0.21
HSL 216.6º 0.99% 0.4% -
HSV(B) 216.6º 1% 0.79% -
XYZ 13.35 9.82 56.45 -
YUV 69.59 202.16 79.08 -
System Red Green Blue C M Y K H S L
Decimal 1 79 201 1.00 0.61 0 0.21 216.6 0.99 0.4
Hex 1 4F C9 64 3D 0 15 D9 63 28
Octal 1 117 311 144 75 0 25 331 143 50
Binary 1 1001111 11001001 1100100 111101 0 10101 11011001 1100011 101000

Color Harmonies of #014FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FC9

Black with #014FC9

Text Example


Text Example

White with #014FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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