#0E78BE

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

Shades of Navy Blue #0E78BE

Tints of Navy Blue #0E78BE

Color information

#0E78BE (or 0x0E78BE) is unknown color: approx Navy Blue. HEX triplet: 0E, 78 and BE. RGB value is (14,120,190). Sum of RGB (Red+Green+Blue) = 14+120+190=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E78BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E78BE is #F18741. Grayscale: #5F5F5F. Windows color (decimal): -15828802 or 12482574. OLE color: 12482574.

HSL color Cylindrical-coordinate representation of color #0E78BE: hue angle of 203.86º 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 #0E78BE is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14120190-
CMYK0.930.3700.25
HSL203.86º86.27%40%-
HSV(B)203.86º92.63%74.51%-
XYZ16.1917.2451.19-
YUV96.29180.8869.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=4.32%
G=37.04%
B=58.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141201900.930.3700.25203.8686.2740
HexE78BE5D25019cc5628
Octal161702761354503131412650
Binary11101111000101111101011101100101011001110011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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