#0E79BE

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

Shades of Navy Blue #0E79BE

Tints of Navy Blue #0E79BE

Color information

#0E79BE (or 0x0E79BE) is unknown color: approx Navy Blue. HEX triplet: 0E, 79 and BE. RGB value is (14,121,190). Sum of RGB (Red+Green+Blue) = 14+121+190=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E79BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E79BE is #F18641. Grayscale: #606060. Windows color (decimal): -15828546 or 12482830. OLE color: 12482830.

HSL color Cylindrical-coordinate representation of color #0E79BE: hue angle of 203.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E79BE is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14121190-
CMYK0.930.3600.25
HSL203.52º86.27%40%-
HSV(B)203.52º92.63%74.51%-
XYZ16.3117.4951.23-
YUV96.87180.5568.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.31%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=4.31%
G=37.23%
B=58.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141211900.930.3600.25203.5286.2740
HexE79BE5D24019cc5628
Octal161712761354403131412650
Binary11101111001101111101011101100100011001110011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,190); }

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

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

 a { background-color: rgb(14,121,190); }

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

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

 span { border-color: rgb(14,121,190); }

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