Html Css Color HEX #014EE6 Navy Blue

📋 copy color: '#014EE6'

red 1 ◦ green 78 ◦ blue 230

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

Shades of Navy Blue #014EE6

Tints of Navy Blue #014EE6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 230 (90.23% from 255) = 74.43%

R = 0.32%
G = 25.24%
B = 74.43%

CMYK

 C value IS 1.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#014EE6 (or 0x014EE6) is known color: Navy Blue. HEX triplet: 01, 4E and E6. RGB value is (1,78,230). Sum of RGB (Red+Green+Blue) = 1+78+230=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 230 (90.23% from 255 or 74.43% from 309); Max value from RGB is 230 - color contains mainly: blue. Hex color #014EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EE6 is #FEB119. Grayscale: #474747. Windows color (decimal): -16691482 or 15093249. OLE color: 15093249.

HSL color Cylindrical-coordinate representation of color #014EE6: hue angle of 219.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EE6 is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 78 230 -
CMYK 1.00 0.66 0 0.10
HSL 219.83º 0.99% 0.45% -
HSV(B) 219.83º 1% 0.9% -
XYZ 17.02 11.17 76.12 -
YUV 72.31 216.99 77.14 -
System Red Green Blue C M Y K H S L
Decimal 1 78 230 1.00 0.66 0 0.10 219.83 0.99 0.45
Hex 1 4E E6 64 42 0 A DC 63 2D
Octal 1 116 346 144 102 0 12 334 143 55
Binary 1 1001110 11100110 1100100 1000010 0 1010 11011100 1100011 101101

Color Harmonies of #014EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EE6

Black with #014EE6

Text Example


Text Example

White with #014EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,78,230); }

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

background-color css

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

 a { background-color: rgb(1,78,230); }

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

border-color css

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

 span { border-color: rgb(1,78,230); }

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