#0E006C

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

Shades of Navy #0E006C

Tints of Navy #0E006C

Color information

#0E006C (or 0x0E006C) is unknown color: approx Navy. HEX triplet: 0E, 00 and 6C. RGB value is (14,0,108). Sum of RGB (Red+Green+Blue) = 14+0+108=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E006C is #F1FF93. Grayscale: #101010. Windows color (decimal): -15859604 or 7077902. OLE color: 7077902.

HSL color Cylindrical-coordinate representation of color #0E006C: hue angle of 247.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E006C is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB140108-
CMYK0.87100.58
HSL247.78º100%21.18%-
HSV(B)247.78º100%42.35%-
XYZ2.891.1814.26-
YUV16.5179.64126.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 88.52%
R=11.48%
G=0%
B=88.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1401080.87100.58247.7810021.18
HexE06C576403Af86415
Octal16015412714407237014425
Binary11100110110010101111100100011101011111000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,0,108); }

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

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

 a { background-color: rgb(14,0,108); }

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

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

 span { border-color: rgb(14,0,108); }

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