#0E73DD

Color #0E73DD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0E73DD

Tints of Navy Blue #0E73DD

Color information

#0E73DD (or 0x0E73DD) is unknown color: approx Navy Blue. HEX triplet: 0E, 73 and DD. RGB value is (14,115,221). Sum of RGB (Red+Green+Blue) = 14+115+221=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E73DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E73DD is #F18C22. Grayscale: #606060. Windows color (decimal): -15830051 or 14512910. OLE color: 14512910.

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

Color convert

RGB14115221-
CMYK0.940.4800.13
HSL210.72º88.09%46.08%-
HSV(B)210.72º93.67%86.67%-
XYZ19.3617.5870.78-
YUV96.88198.0468.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 221 (86.72% from 255) = 63.14%
R=4%
G=32.86%
B=63.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141152210.940.4800.13210.7288.0946.08
HexE73DD5E300Dd3582e
Octal161633351366001532313056
Binary1110111001111011101101111011000001101110100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E73DD;
 }
 .AnyTagClassName
 {
   color: #0E73DD;
 }
</style>
background-color css

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

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

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

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

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

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