Html Css Color HEX #014DDE Navy Blue

📋 copy color: '#014DDE'

red 1 ◦ green 77 ◦ blue 222

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

Shades of Navy Blue #014DDE

Tints of Navy Blue #014DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74%

R = 0.33%
G = 25.67%
B = 74%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#014DDE (or 0x014DDE) is known color: Navy Blue. HEX triplet: 01, 4D and DE. RGB value is (1,77,222). Sum of RGB (Red+Green+Blue) = 1+77+222=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #014DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DDE is #FEB221. Grayscale: #464646. Windows color (decimal): -16691746 or 14568705. OLE color: 14568705.

HSL color Cylindrical-coordinate representation of color #014DDE: hue angle of 219.37º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DDE is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 77 222 -
CMYK 1.00 0.65 0 0.13
HSL 219.37º 0.99% 0.44% -
HSV(B) 219.37º 1% 0.87% -
XYZ 15.85 10.59 70.32 -
YUV 70.81 213.32 78.21 -
System Red Green Blue C M Y K H S L
Decimal 1 77 222 1.00 0.65 0 0.13 219.37 0.99 0.44
Hex 1 4D DE 64 41 0 D DB 63 2C
Octal 1 115 336 144 101 0 15 333 143 54
Binary 1 1001101 11011110 1100100 1000001 0 1101 11011011 1100011 101100

Color Harmonies of #014DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DDE

Black with #014DDE

Text Example


Text Example

White with #014DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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