Html Css Color HEX #0E4AEC Navy Blue

📋 copy color: '#0E4AEC'

red 14 ◦ green 74 ◦ blue 236

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

Shades of Navy Blue #0E4AEC

Tints of Navy Blue #0E4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 236 (92.58% from 255) = 72.84%

R = 4.32%
G = 22.84%
B = 72.84%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0E4AEC (or 0x0E4AEC) is known color: Navy Blue. HEX triplet: 0E, 4A and EC. RGB value is (14,74,236). Sum of RGB (Red+Green+Blue) = 14+74+236=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #0E4AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E4AEC is #F1B513. Grayscale: #494949. Windows color (decimal): -15840532 or 15485454. OLE color: 15485454.

HSL color Cylindrical-coordinate representation of color #0E4AEC: hue angle of 223.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4AEC is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 74 236 -
CMYK 0.94 0.69 0 0.07
HSL 223.78º 0.89% 0.49% -
HSV(B) 223.78º 0.94% 0.93% -
XYZ 17.77 11.05 80.55 -
YUV 74.53 219.12 84.83 -
System Red Green Blue C M Y K H S L
Decimal 14 74 236 0.94 0.69 0 0.07 223.78 0.89 0.49
Hex E 4A EC 5E 45 0 7 E0 59 31
Octal 16 112 354 136 105 0 7 340 131 61
Binary 1110 1001010 11101100 1011110 1000101 0 111 11100000 1011001 110001

Color Harmonies of #0E4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4AEC

Black with #0E4AEC

Text Example


Text Example

White with #0E4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,74,236); }

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

background-color css

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

 a { background-color: rgb(14,74,236); }

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

border-color css

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

 span { border-color: rgb(14,74,236); }

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