Html Css Color HEX #014EEF Navy Blue

📋 copy color: '#014EEF'

red 1 ◦ green 78 ◦ blue 239

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

Shades of Navy Blue #014EEF

Tints of Navy Blue #014EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.16%

R = 0.31%
G = 24.53%
B = 75.16%

CMYK

 C value IS 1.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#014EEF (or 0x014EEF) is known color: Navy Blue. HEX triplet: 01, 4E and EF. RGB value is (1,78,239). Sum of RGB (Red+Green+Blue) = 1+78+239=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #014EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EEF is #FEB110. Grayscale: #484848. Windows color (decimal): -16691473 or 15683073. OLE color: 15683073.

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

Color convert

RGB 1 78 239 -
CMYK 1.00 0.67 0 0.06
HSL 220.59º 0.99% 0.47% -
HSV(B) 220.59º 1% 0.94% -
XYZ 18.32 11.69 82.95 -
YUV 73.33 221.49 76.41 -
System Red Green Blue C M Y K H S L
Decimal 1 78 239 1.00 0.67 0 0.06 220.59 0.99 0.47
Hex 1 4E EF 64 43 0 6 DD 63 2F
Octal 1 116 357 144 103 0 6 335 143 57
Binary 1 1001110 11101111 1100100 1000011 0 110 11011101 1100011 101111

Color Harmonies of #014EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EEF

Black with #014EEF

Text Example


Text Example

White with #014EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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