Html Css Color HEX #0E73DC Navy Blue

📋 copy color: '#0E73DC'

red 14 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #0E73DC

Tints of Navy Blue #0E73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 4.01%
G = 32.95%
B = 63.04%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E73DC (or 0x0E73DC) is known color: Navy Blue. HEX triplet: 0E, 73 and DC. RGB value is (14,115,220). Sum of RGB (Red+Green+Blue) = 14+115+220=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E73DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E73DC is #F18C23. Grayscale: #606060. Windows color (decimal): -15830052 or 14447374. OLE color: 14447374.

HSL color Cylindrical-coordinate representation of color #0E73DC: hue angle of 210.58º 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 #0E73DC is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 115 220 -
CMYK 0.94 0.48 0 0.14
HSL 210.58º 0.88% 0.46% -
HSV(B) 210.58º 0.94% 0.86% -
XYZ 19.23 17.52 70.08 -
YUV 96.77 197.54 68.96 -
System Red Green Blue C M Y K H S L
Decimal 14 115 220 0.94 0.48 0 0.14 210.58 0.88 0.46
Hex E 73 DC 5E 30 0 E D3 58 2E
Octal 16 163 334 136 60 0 16 323 130 56
Binary 1110 1110011 11011100 1011110 110000 0 1110 11010011 1011000 101110

Color Harmonies of #0E73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E73DC

Black with #0E73DC

Text Example


Text Example

White with #0E73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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