#0E0181

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

Shades of Navy #0E0181

Tints of Navy #0E0181

Color information

#0E0181 (or 0x0E0181) is unknown color: approx Navy. HEX triplet: 0E, 01 and 81. RGB value is (14,1,129). Sum of RGB (Red+Green+Blue) = 14+1+129=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 129 (50.78% from 255 or 89.58% from 144); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E0181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0181 is #F1FE7E. Grayscale: #121212. Windows color (decimal): -15859327 or 8454414. OLE color: 8454414.

HSL color Cylindrical-coordinate representation of color #0E0181: hue angle of 246.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0181 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB141129-
CMYK0.890.9900.49
HSL246.09º98.46%25.49%-
HSV(B)246.09º99.22%50.59%-
XYZ4.151.720.88-
YUV19.48189.81124.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.72%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 129 (50.78% from 255) = 89.58%
R=9.72%
G=0.69%
B=89.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1411290.890.9900.49246.0998.4625.49
HexE1815963031f66219
Octal16120113114306136614231
Binary111011000000110110011100011011000111110110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,129); }

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

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

 a { background-color: rgb(14,1,129); }

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

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

 span { border-color: rgb(14,1,129); }

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