Html Css Color HEX #014FCD Navy Blue

📋 copy color: '#014FCD'

red 1 ◦ green 79 ◦ blue 205

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

Shades of Navy Blue #014FCD

Tints of Navy Blue #014FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 0.35%
G = 27.72%
B = 71.93%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#014FCD (or 0x014FCD) is known color: Navy Blue. HEX triplet: 01, 4F and CD. RGB value is (1,79,205). Sum of RGB (Red+Green+Blue) = 1+79+205=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #014FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FCD is #FEB032. Grayscale: #454545. Windows color (decimal): -16691251 or 13455105. OLE color: 13455105.

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

Color convert

RGB 1 79 205 -
CMYK 1.00 0.61 0 0.20
HSL 217.06º 0.99% 0.4% -
HSV(B) 217.06º 1% 0.8% -
XYZ 13.83 10.01 58.96 -
YUV 70.04 204.16 78.75 -
System Red Green Blue C M Y K H S L
Decimal 1 79 205 1.00 0.61 0 0.20 217.06 0.99 0.4
Hex 1 4F CD 64 3D 0 14 D9 63 28
Octal 1 117 315 144 75 0 24 331 143 50
Binary 1 1001111 11001101 1100100 111101 0 10100 11011001 1100011 101000

Color Harmonies of #014FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FCD

Black with #014FCD

Text Example


Text Example

White with #014FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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