Html Css Color HEX #0E4DDD Navy Blue

📋 copy color: '#0E4DDD'

red 14 ◦ green 77 ◦ blue 221

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

Shades of Navy Blue #0E4DDD

Tints of Navy Blue #0E4DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 4.49%
G = 24.68%
B = 70.83%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E4DDD (or 0x0E4DDD) is known color: Navy Blue. HEX triplet: 0E, 4D and DD. RGB value is (14,77,221). Sum of RGB (Red+Green+Blue) = 14+77+221=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E4DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4DDD is #F1B222. Grayscale: #494949. Windows color (decimal): -15839779 or 14503182. OLE color: 14503182.

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

Color convert

RGB 14 77 221 -
CMYK 0.94 0.65 0 0.13
HSL 221.74º 0.88% 0.46% -
HSV(B) 221.74º 0.94% 0.87% -
XYZ 15.89 10.62 69.62 -
YUV 74.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 14 77 221 0.94 0.65 0 0.13 221.74 0.88 0.46
Hex E 4D DD 5E 41 0 D DE 58 2E
Octal 16 115 335 136 101 0 15 336 130 56
Binary 1110 1001101 11011101 1011110 1000001 0 1101 11011110 1011000 101110

Color Harmonies of #0E4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4DDD

Black with #0E4DDD

Text Example


Text Example

White with #0E4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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