Html Css Color HEX #0E4FDC Navy Blue

📋 copy color: '#0E4FDC'

red 14 ◦ green 79 ◦ blue 220

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

Shades of Navy Blue #0E4FDC

Tints of Navy Blue #0E4FDC

RGB

 RED value IS 14 (5.86% from 255) = 4.47%

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 4.47%
G = 25.24%
B = 70.29%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E4FDC (or 0x0E4FDC) is known color: Navy Blue. HEX triplet: 0E, 4F and DC. RGB value is (14,79,220). Sum of RGB (Red+Green+Blue) = 14+79+220=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E4FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4FDC is #F1B023. Grayscale: #4B4B4B. Windows color (decimal): -15839268 or 14438158. OLE color: 14438158.

HSL color Cylindrical-coordinate representation of color #0E4FDC: hue angle of 221.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4FDC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 79 220 -
CMYK 0.94 0.64 0 0.14
HSL 221.07º 0.88% 0.46% -
HSV(B) 221.07º 0.94% 0.86% -
XYZ 15.9 10.85 68.97 -
YUV 75.64 209.47 84.04 -
System Red Green Blue C M Y K H S L
Decimal 14 79 220 0.94 0.64 0 0.14 221.07 0.88 0.46
Hex E 4F DC 5E 40 0 E DD 58 2E
Octal 16 117 334 136 100 0 16 335 130 56
Binary 1110 1001111 11011100 1011110 1000000 0 1110 11011101 1011000 101110

Color Harmonies of #0E4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4FDC

Black with #0E4FDC

Text Example


Text Example

White with #0E4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E4FDC; }

 p { color: rgb(14,79,220); }

 H1.HeaderClassName
 {
   color: #0E4FDC;
 }
 .AnyTagClassName
 {
   color: #0E4FDC;
 }
</style>

background-color css

<style>
 a { background-color: #0E4FDC; }

 a { background-color: rgb(14,79,220); }

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

border-color css

<style>
 span { border-color: #0E4FDC; }

 span { border-color: rgb(14,79,220); }

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