#0E0678

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

Shades of Navy #0E0678

Tints of Navy #0E0678

Color information

#0E0678 (or 0x0E0678) is unknown color: approx Navy. HEX triplet: 0E, 06 and 78. RGB value is (14,6,120). Sum of RGB (Red+Green+Blue) = 14+6+120=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E0678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0678 is #F1F987. Grayscale: #141414. Windows color (decimal): -15858056 or 7865870. OLE color: 7865870.

HSL color Cylindrical-coordinate representation of color #0E0678: hue angle of 244.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0678 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB146120-
CMYK0.880.9500.53
HSL244.21º90.48%24.71%-
HSV(B)244.21º95%47.06%-
XYZ3.641.5817.88-
YUV21.39183.65122.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 120 (47.27% from 255) = 85.71%
R=10%
G=4.29%
B=85.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1461200.880.9500.53244.2190.4824.71
HexE678585F035f45a19
Octal16617013013706536413231
Binary1110110111100010110001011111011010111110100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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