Html Css Color HEX #014DC9 Navy Blue

📋 copy color: '#014DC9'

red 1 ◦ green 77 ◦ blue 201

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

Shades of Navy Blue #014DC9

Tints of Navy Blue #014DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 0.36%
G = 27.6%
B = 72.04%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#014DC9 (or 0x014DC9) is known color: Navy Blue. HEX triplet: 01, 4D and C9. RGB value is (1,77,201). Sum of RGB (Red+Green+Blue) = 1+77+201=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #014DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DC9 is #FEB236. Grayscale: #434343. Windows color (decimal): -16691767 or 13192449. OLE color: 13192449.

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

Color convert

RGB 1 77 201 -
CMYK 1.00 0.62 0 0.21
HSL 217.2º 0.99% 0.4% -
HSV(B) 217.2º 1% 0.79% -
XYZ 13.21 9.53 56.4 -
YUV 68.41 202.82 79.92 -
System Red Green Blue C M Y K H S L
Decimal 1 77 201 1.00 0.62 0 0.21 217.2 0.99 0.4
Hex 1 4D C9 64 3E 0 15 D9 63 28
Octal 1 115 311 144 76 0 25 331 143 50
Binary 1 1001101 11001001 1100100 111110 0 10101 11011001 1100011 101000

Color Harmonies of #014DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DC9

Black with #014DC9

Text Example


Text Example

White with #014DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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