Html Css Color HEX #014DEC Navy Blue

📋 copy color: '#014DEC'

red 1 ◦ green 77 ◦ blue 236

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

Shades of Navy Blue #014DEC

Tints of Navy Blue #014DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 0.32%
G = 24.52%
B = 75.16%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#014DEC (or 0x014DEC) is known color: Navy Blue. HEX triplet: 01, 4D and EC. RGB value is (1,77,236). Sum of RGB (Red+Green+Blue) = 1+77+236=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #014DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DEC is #FEB213. Grayscale: #474747. Windows color (decimal): -16691732 or 15486209. OLE color: 15486209.

HSL color Cylindrical-coordinate representation of color #014DEC: hue angle of 220.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DEC is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 77 236 -
CMYK 1.00 0.67 0 0.07
HSL 220.6º 0.99% 0.46% -
HSV(B) 220.6º 1% 0.93% -
XYZ 17.81 11.37 80.61 -
YUV 72.4 220.32 77.07 -
System Red Green Blue C M Y K H S L
Decimal 1 77 236 1.00 0.67 0 0.07 220.6 0.99 0.46
Hex 1 4D EC 64 43 0 7 DD 63 2E
Octal 1 115 354 144 103 0 7 335 143 56
Binary 1 1001101 11101100 1100100 1000011 0 111 11011101 1100011 101110

Color Harmonies of #014DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DEC

Black with #014DEC

Text Example


Text Example

White with #014DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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