#000E6F

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

Shades of Navy #000E6F

Tints of Navy #000E6F

Color information

#000E6F (or 0x000E6F) is unknown color: approx Navy. HEX triplet: 00, 0E and 6F. RGB value is (0,14,111). Sum of RGB (Red+Green+Blue) = 0+14+111=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #000E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E6F is #FFF190. Grayscale: #141414. Windows color (decimal): -16773521 or 7278080. OLE color: 7278080.

HSL color Cylindrical-coordinate representation of color #000E6F: hue angle of 232.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E6F is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB014111-
CMYK10.8700.56
HSL232.43º100%21.76%-
HSV(B)232.43º100%43.53%-
XYZ3.031.4615.16-
YUV20.87178.86113.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 111 (43.75% from 255) = 88.8%
R=0%
G=11.2%
B=88.8%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01411110.8700.56232.4310021.76
Hex0E6F6457038e86416
Octal01615714412707035014426
Binary01110110111111001001010111011100011101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000E6F; }

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

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

<style>
 a { background-color: #000E6F; }

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

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

<style>
 span { border-color: #000E6F; }

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

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