#0E097A

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

Shades of Navy #0E097A

Tints of Navy #0E097A

Color information

#0E097A (or 0x0E097A) is unknown color: approx Navy. HEX triplet: 0E, 09 and 7A. RGB value is (14,9,122). Sum of RGB (Red+Green+Blue) = 14+9+122=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E097A is #F1F685. Grayscale: #161616. Windows color (decimal): -15857286 or 7997710. OLE color: 7997710.

HSL color Cylindrical-coordinate representation of color #0E097A: hue angle of 242.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E097A is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB149122-
CMYK0.890.9300.52
HSL242.65º86.26%25.69%-
HSV(B)242.65º92.62%47.84%-
XYZ3.791.6918.54-
YUV23.38183.66121.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=9.66%
G=6.21%
B=84.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1491220.890.9300.52242.6586.2625.69
HexE97A595D034f3561a
Octal161117213113506436312632
Binary11101001111101010110011011101011010011110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,122); }

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

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

 a { background-color: rgb(14,9,122); }

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

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

 span { border-color: rgb(14,9,122); }

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