Html Css Color HEX #0E4DDA Navy Blue

📋 copy color: '#0E4DDA'

red 14 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #0E4DDA

Tints of Navy Blue #0E4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 4.53%
G = 24.92%
B = 70.55%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0E4DDA (or 0x0E4DDA) is known color: Navy Blue. HEX triplet: 0E, 4D and DA. RGB value is (14,77,218). Sum of RGB (Red+Green+Blue) = 14+77+218=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E4DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4DDA is #F1B225. Grayscale: #494949. Windows color (decimal): -15839782 or 14306574. OLE color: 14306574.

HSL color Cylindrical-coordinate representation of color #0E4DDA: hue angle of 221.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4DDA is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 77 218 -
CMYK 0.94 0.65 0 0.15
HSL 221.47º 0.88% 0.45% -
HSV(B) 221.47º 0.94% 0.85% -
XYZ 15.49 10.46 67.53 -
YUV 74.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 14 77 218 0.94 0.65 0 0.15 221.47 0.88 0.45
Hex E 4D DA 5E 41 0 F DD 58 2D
Octal 16 115 332 136 101 0 17 335 130 55
Binary 1110 1001101 11011010 1011110 1000001 0 1111 11011101 1011000 101101

Color Harmonies of #0E4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4DDA

Black with #0E4DDA

Text Example


Text Example

White with #0E4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,218); }

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

background-color css

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

 a { background-color: rgb(14,77,218); }

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

border-color css

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

 span { border-color: rgb(14,77,218); }

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